Home
last modified time | relevance | path

Searched refs:idr_pic_id (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec.h86 unsigned idr_pic_id; \
Dvid_dec_h264.c729 unsigned idr_pic_id = vl_rbsp_ue(rbsp); in slice_header() local
731 if (idr_pic_id != priv->codec_data.h264.idr_pic_id) in slice_header()
734 priv->codec_data.h264.idr_pic_id = idr_pic_id; in slice_header()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java438 public int idr_pic_id; field in H264TrackImpl.SliceHeader
486 idr_pic_id = reader.readUE("SliceHeader: idr_pic_id"); in SliceHeader()
506 ", idr_pic_id=" + idr_pic_id + in toString()
/external/v4l2_codec2/vda/
Dh264_dpb.h64 int idr_pic_id; // Valid only if idr == true. variable
Dh264_decoder.cc118 curr_pic_->idr_pic_id = slice_hdr->idr_pic_id; in InitCurrPicture()
1214 (slice_hdr->idr_pic_id != curr_pic_->idr_pic_id || in IsNewPrimaryCodedPicture()
Dh264_dpb.cc35 idr_pic_id(0), in H264Picture()
Dh264_parser.h274 int idr_pic_id; member
Dh264_parser.cc1320 READ_UE_OR_RETURN(&shdr->idr_pic_id); in ParseSliceHeader()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h400 unsigned idr_pic_id; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h342 unsigned idr_pic_id; member
Dradeon_vce_52.c280 enc->enc_pic.eo.enc_idr_pic_id = enc->enc_pic.idr_pic_id - 1; in encode()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h348 unsigned idr_pic_id; member
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c501 context->desc.h264enc.idr_pic_id++; in handleVAEncSliceParameterBufferType()