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

1 2

  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec.h 89 unsigned idr_pic_id; \
vid_dec_h264.c 729 unsigned idr_pic_id = vl_rbsp_ue(rbsp); local
731 if (idr_pic_id != priv->codec_data.h264.idr_pic_id)
734 priv->codec_data.h264.idr_pic_id = idr_pic_id;
    [all...]
  /external/v4l2_codec2/vda/
h264_dpb.h 64 int idr_pic_id; // Valid only if idr == true. member in class:media::H264Picture
h264_dpb.cc 35 idr_pic_id(0),
h264_decoder.cc 118 curr_pic_->idr_pic_id = slice_hdr->idr_pic_id;
    [all...]
h264_parser.h 274 int idr_pic_id; member in struct:media::H264SliceHeader
v4l2-controls.h 1077 __u16 idr_pic_id; member in struct:v4l2_ctrl_h264_slice_param
    [all...]
h264_parser.cc     [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 103 uint16_t idr_pic_id; member in struct:_slice_header_t
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 103 uint16_t idr_pic_id; member in struct:_slice_header_t
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 494 result |= (old_slice.idr_pic_id != cur_slice.idr_pic_id);
583 pInfo->old_slice.idr_pic_id = pInfo->SliceHeader.idr_pic_id;
h264parse_sh.c 53 // idr_pic_id
111 SliceHeader->idr_pic_id = h264_GetVLCElement(parent, pInfo, false);
  /hardware/intel/common/libva/va/
va_enc_h264.h 421 unsigned short idr_pic_id; member in struct:_VAEncSliceParameterBufferH264
va.h 2508 unsigned short idr_pic_id; member in struct:_VAParseSliceHeaderGroupBuffer
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 438 public int idr_pic_id; field in class:H264TrackImpl.SliceHeader
486 idr_pic_id = reader.readUE("SliceHeader: idr_pic_id");
506 ", idr_pic_id=" + idr_pic_id +
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 162 ctx->idr_pic_id = 1;
356 * units, the value of idr_pic_id in the slices of the first such IDR
357 * access unit shall differ from the idr_pic_id in the second such IDR
359 ctx->idr_pic_id = 1 - ctx->idr_pic_id;
510 ctx->idr_pic_id);
    [all...]
lnc_hostcode.h 247 uint16_t idr_pic_id; member in struct:context_ENC_s
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 674 uint8_t idr_pic_id; member in struct:old_slice_par
732 uint8_t idr_pic_id; //UE member in struct:_h264_Slice_Header
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 399 unsigned idr_pic_id; member in struct:pipe_h264_enc_picture_desc
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 156 ctx->idr_pic_id = 1;
636 * units, the value of idr_pic_id in the slices of the first such IDR
637 * access unit shall differ from the idr_pic_id in the second such IDR
639 ctx->idr_pic_id = 1 - ctx->idr_pic_id;
766 ctx->idr_pic_id);
    [all...]
pnw_hostcode.h 324 /*H264 idr_pic_id field in slice header*/
325 uint16_t idr_pic_id; member in struct:context_ENC_s
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 348 unsigned idr_pic_id; member in struct:rvce_h264_enc_pic
radeon_vce_52.c 258 enc->enc_pic.eo.enc_idr_pic_id = enc->enc_pic.idr_pic_id - 1;
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 459 context->desc.h264enc.idr_pic_id++;
  /hardware/intel/common/libva/test/encode/
avcenc.c 445 slice_param->idr_pic_id = 0;
488 slice_param->idr_pic_id = 0;
    [all...]

Completed in 1379 milliseconds

1 2