HomeSort by relevance Sort by last modified time
    Searched refs:redundant_pic_cnt_present_flag (Results 1 - 17 of 17) 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...]
  /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/include/pipe/
p_video_state.h 275 uint8_t redundant_pic_cnt_present_flag; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 364 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon40515::__anon40516
va.h 2192 unsigned int redundant_pic_cnt_present_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon40477::__anon40478
2560 unsigned redundant_pic_cnt_present_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon40484::__anon40485
    [all...]
va_trace.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 358 picture->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag;
  /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:__anon51307
  /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::__anon40757::__anon40758
  /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...]

Completed in 383 milliseconds