HomeSort by relevance Sort by last modified time
    Searched refs:bottom_field_pic_order_in_frame_present_flag (Results 1 - 12 of 12) 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/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 101 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag =
  /external/v4l2_codec2/vda/
h264_parser.h 195 bool bottom_field_pic_order_in_frame_present_flag; member in struct:media::H264PPS
h264_parser.cc     [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_bsp.c 187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag;
  /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
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 428 pps->bottom_field_pic_order_in_frame_present_flag = vl_rbsp_u(rbsp, 1);
765 if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) {
797 if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 380 picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c 536 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7;
    [all...]

Completed in 560 milliseconds