Home
last modified time | relevance | path

Searched refs:bl_present_flag (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Ddovi_meta.h58 uint8_t bl_present_flag; member
/third_party/ffmpeg/libavformat/
Ddump.c407 dovi->bl_present_flag, in dump_dovi_conf()
Dmpegts.c2173 dovi->bl_present_flag = buf & 0x01; // 1 bit in ff_parse_mpeg2_descriptor()
2196 dovi->bl_present_flag, in ff_parse_mpeg2_descriptor()
Dmovenc.c1917 dovi->bl_present_flag); in mov_write_dvcc_dvvc_tag()
1931 dovi->bl_present_flag, in mov_write_dvcc_dvvc_tag()
Dmov.c6882 dovi->bl_present_flag = buf & 0x01; // 1 bit in mov_read_dvcc_dvvc()
6905 dovi->bl_present_flag, in mov_read_dvcc_dvvc()
/third_party/ffmpeg/fftools/
Dffprobe.c2030 print_int("bl_present_flag", dovi->bl_present_flag); in print_pkt_side_data()