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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 543 MemMgrCtrlOp4(avcHandle, video, dpb, sliceHdr->max_long_term_frame_idx_plus1[ii]);
640 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1)
644 video->MaxLongTermFrameIdx = max_long_term_frame_idx_plus1 - 1;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 171 \param "max_long_term_frame_idx_plus1" "From the syntax in dec_ref_pic_marking()."
173 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
avcint_common.h 435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 631 status = ue_v(stream, sliceHdr->max_long_term_frame_idx_plus1[i]);
    [all...]

Completed in 24 milliseconds