HomeSort by relevance Sort by last modified time
    Searched defs:bottom_field_pic_order_in_frame_present_flag (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.h 53 bool bottom_field_pic_order_in_frame_present_flag = false; member in struct:webrtc::H264BitstreamParser::PpsState
h264_bitstream_parser.cc 229 // bottom_field_pic_order_in_frame_present_flag: u(1)
230 uint32_t bottom_field_pic_order_in_frame_present_flag; local
232 parser.ReadBits(&bottom_field_pic_order_in_frame_present_flag, 1));
233 pps_.bottom_field_pic_order_in_frame_present_flag =
234 bottom_field_pic_order_in_frame_present_flag != 0;
369 if (pps_.bottom_field_pic_order_in_frame_present_flag &&
378 if (pps_.bottom_field_pic_order_in_frame_present_flag && !field_pic_flag) {
  /external/v4l2_codec2/vda/
h264_parser.h 195 bool bottom_field_pic_order_in_frame_present_flag; member in struct:media::H264PPS
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 302 uint8_t bottom_field_pic_order_in_frame_present_flag; member in struct:pipe_h264_pps

Completed in 308 milliseconds