HomeSort by relevance Sort by last modified time
    Searched full:idr_pic_id (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 178 EPRINT("idr_pic_id");
846 Peek value of idr_pic_id from the slice header. Function does not
917 /* idr_pic_id */
1002 /* skip idr_pic_id when necessary */
1103 /* skip idr_pic_id when necessary */
    [all...]
h264bsd_storage.c 607 -both are IDR slices and idr_pic_id differs
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 352 video->sliceHdr->idr_pic_id++;
353 if (video->sliceHdr->idr_pic_id > 65535) // range check
355 video->sliceHdr->idr_pic_id = 0; // reset
init.cpp 490 sliceHdr->idr_pic_id = 0;
494 sliceHdr->idr_pic_id = (uint)(-1); /* start with zero */
    [all...]
header.cpp 353 status = ue_v(stream, sliceHdr->idr_pic_id);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 407 /*( ((m_prv_nalu.nalu_type == NALU_TYPE_IDR) && (nal_unit.nalu_type == NALU_TYPE_IDR)) && (slice.idr_pic_id != slice.prv_idr_pic_id) ) || */
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 396 uint idr_pic_id; /* ue(v), range 0..65535 */ member in struct:tagSliceHeader
    [all...]

Completed in 87 milliseconds