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 "i420_buffer\.h": [ 18 "+rtc_base/memory/aligned_malloc.h", 19 ], 20 21 "recordable_encoded_frame\.h": [ 22 "+rtc_base/ref_count.h", 23 ], 24 25 "video_frame\.h": [ 26 ], 27 28 "video_frame_buffer\.h": [ 29 "+rtc_base/ref_count.h", 30 ], 31 32 "video_stream_decoder_create.cc": [ 33 "+video/video_stream_decoder_impl.h", 34 ], 35 36 "video_stream_encoder_create.cc": [ 37 "+video/video_stream_encoder.h", 38 ], 39} 40