HomeSort by relevance Sort by last modified time
    Searched refs:redundant_pic_cnt_present_flag (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.h 56 uint32_t redundant_pic_cnt_present_flag = 0; member in struct:webrtc::H264BitstreamParser::PpsState
h264_bitstream_parser.cc 306 // redundant_pic_cnt_present_flag: u(1)
308 parser.ReadBits(&pps_.redundant_pic_cnt_present_flag, 1));
383 if (pps_.redundant_pic_cnt_present_flag) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 74 public boolean redundant_pic_cnt_present_flag; field in class:PictureParameterSet
154 pps.redundant_pic_cnt_present_flag = reader
155 .readBool("PPS: redundant_pic_cnt_present_flag");
245 writer.writeBool(redundant_pic_cnt_present_flag,
246 "PPS: redundant_pic_cnt_present_flag");
303 + (redundant_pic_cnt_present_flag ? 1231 : 1237);
355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag)
397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_bsp.c 57 uint32_t redundant_pic_cnt_present_flag; // 9c member in struct:iparm::ipicparm
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_pps.c 78 PictureParameterSet->redundant_pic_cnt_present_flag = (uint8_t)code;
h264parse_sh.c 139 if(pInfo->active_PPS.redundant_pic_cnt_present_flag)
  /external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 105 context->desc.h264.pps->redundant_pic_cnt_present_flag =
106 h264->pic_fields.bits.redundant_pic_cnt_present_flag;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member in struct:h264_picparm_bsp
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag;
  /hardware/intel/common/libva/va/
va_enc_h264.h 364 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon42402::__anon42403
va.h 2192 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon42364::__anon42365
2560 unsigned redundant_pic_cnt_present_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon42371::__anon42372
    [all...]
va_trace.c     [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 204 bool redundant_pic_cnt_present_flag; member in struct:media::H264PPS
h264_parser.cc 976 READ_BOOL_OR_RETURN(&pps->redundant_pic_cnt_present_flag);
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 314 uint8_t redundant_pic_cnt_present_flag; member in struct:pipe_h264_pps
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 169 UCHAR redundant_pic_cnt_present_flag; member in struct:__anon58641
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 171 uint32_t redundant_pic_cnt_present_flag:1; member in struct:fw_slice_header_extract_msg::__anon42644::__anon42645
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 488 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1);
884 if (pps->redundant_pic_cnt_present_flag)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 532 VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redundant_pic_cnt_present_flag);
649 VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redundant_pic_cnt_present_flag);
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 552 VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redundant_pic_cnt_present_flag);
669 VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redundant_pic_cnt_present_flag);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 598 uint8_t redundant_pic_cnt_present_flag; // u(1) member in struct:_PPS_PAR
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 927 pic_parms->pic_fields.bits.redundant_pic_cnt_present_flag = parser->info.active_PPS.redundant_pic_cnt_present_flag;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c 531 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1;
    [all...]

Completed in 911 milliseconds