Home
last modified time | relevance | path

Searched refs:bottom_field_pic_order_in_frame_present_flag (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc230 uint32_t bottom_field_pic_order_in_frame_present_flag; in ParsePpsNalu() local
232 parser.ReadBits(&bottom_field_pic_order_in_frame_present_flag, 1)); in ParsePpsNalu()
233 pps_.bottom_field_pic_order_in_frame_present_flag = in ParsePpsNalu()
234 bottom_field_pic_order_in_frame_present_flag != 0; in ParsePpsNalu()
369 if (pps_.bottom_field_pic_order_in_frame_present_flag && in ParseNonParameterSetNalu()
378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) { in ParseNonParameterSetNalu()
Dh264_bitstream_parser.h53 bool bottom_field_pic_order_in_frame_present_flag = false; member