/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
secvideoparser.h | 76 uint8_t max_long_term_frame_idx_plus1; member in struct:_dec_ref_pic_marking_t::__anon31129::__anon31130::__anon31134
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
secvideoparser.h | 76 uint8_t max_long_term_frame_idx_plus1; member in struct:_dec_ref_pic_marking_t::__anon31143::__anon31144::__anon31148
|
/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...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
h264parse_sei.h | 152 int32_t max_long_term_frame_idx_plus1; //UE member in struct:_h264_SEI_decoded_ref_pic_marking_repetition
|
h264.h | 648 uint8_t max_long_term_frame_idx_plus1[NUM_MMCO_OPERATIONS]; member in struct:_h264_Dec_Ref_Pic_Marking
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
h264parse_sh.c | 656 // max_long_term_frame_idx_plus1 715 SliceHeader->sh_dec_refpic.max_long_term_frame_idx_plus1[i] = h264_GetVLCElement(parent, pInfo, false);
|
h264parse_dpb.c | [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...] |