Home
last modified time | relevance | path

Searched refs:current_frame_is_frame0_flag (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_sei.h45 int current_frame_is_frame0_flag; member
Dh264_sei.h141 int current_frame_is_frame0_flag; member
Dhevc_sei.c102 s->current_frame_is_frame0_flag = get_bits1(gb); in decode_nal_sei_frame_packing_arrangement()
Dh264_sei.c349 h->current_frame_is_frame0_flag = get_bits1(gb); in decode_frame_packing_arrangement()
Dh264_slice.c1262 if (fp->current_frame_is_frame0_flag) in h264_export_frame_props()
Dhevcdec.c2742 if (s->sei.frame_packing.current_frame_is_frame0_flag) in set_side_data()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c443 (a->current_frame_is_frame0_flag != b->current_frame_is_frame0_flag) || in check_sei_frame_packing()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c357 frame_packing->current_frame_is_frame0_flag = 0; in gst_msdkh264enc_set_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h1027 guint8 current_frame_is_frame0_flag; member
Dgsth264parser.c1161 READ_UINT8 (nr, frame_packing->current_frame_is_frame0_flag, 1); in gst_h264_parser_parse_frame_packing()
2809 WRITE_UINT8 (nw, frame_packing->current_frame_is_frame0_flag, 1); in gst_h264_write_sei_frame_packing()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c756 sei.payload.frame_packing.current_frame_is_frame0_flag, in gst_h264_parse_process_sei()