1specific_include_rules = { 2 # Until the new VideoStreamDecoder is implemented the current decoding 3 # pipeline will be used, and therefore EncodedFrame needs to inherit 4 # VCMEncodedFrame. 5 "encoded_frame.h": [ 6 "+modules/video_coding/encoded_frame.h", 7 ], 8 9 "encoded_image\.h" : [ 10 "+rtc_base/ref_count.h", 11 ], 12 13 "i010_buffer\.h": [ 14 "+rtc_base/memory/aligned_malloc.h", 15 ], 16 17 "i210_buffer\.h": [ 18 "+rtc_base/memory/aligned_malloc.h", 19 ], 20 21 "i420_buffer\.h": [ 22 "+rtc_base/memory/aligned_malloc.h", 23 ], 24 25 "i422_buffer\.h": [ 26 "+rtc_base/memory/aligned_malloc.h", 27 ], 28 29 "i444_buffer\.h": [ 30 "+rtc_base/memory/aligned_malloc.h", 31 ], 32 33 "nv12_buffer\.h": [ 34 "+rtc_base/memory/aligned_malloc.h", 35 ], 36 37 "recordable_encoded_frame\.h": [ 38 "+rtc_base/ref_count.h", 39 ], 40 41 "video_frame\.h": [ 42 ], 43 44 "video_frame_buffer\.h": [ 45 "+rtc_base/ref_count.h", 46 ], 47 48 "video_stream_decoder_create.cc": [ 49 "+video/video_stream_decoder_impl.h", 50 ], 51 52 "video_stream_encoder_create.cc": [ 53 "+video/video_stream_encoder.h", 54 ], 55 56 "rtp_video_frame_assembler.h": [ 57 "+modules/rtp_rtcp/source/rtp_packet_received.h", 58 ], 59 60 "frame_buffer.h": [ 61 "+modules/video_coding/utility/decoded_frames_history.h", 62 ], 63 64 "video_frame_matchers\.h": [ 65 "+test/gmock.h", 66 ], 67} 68