/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
h264parse_dpb.h | 43 extern void h264_dpb_unmark_long_term_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx); 44 extern void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int32_t polarity); 45 extern void h264_dpb_mark_pic_long_term(h264_Info * pInfo, int32_t long_term_frame_idx, int32_t picNumX);
|
h264.h | 326 uint8_t long_term_frame_idx; member in struct:__anon30097 356 uint8_t long_term_frame_idx; // No two frame stores may have the same long-term frame index member in struct:_frame_store 649 uint8_t long_term_frame_idx[NUM_MMCO_OPERATIONS]; member in struct:_h264_Dec_Ref_Pic_Marking
|
h264parse_sei.h | 151 int32_t long_term_frame_idx; //UE member in struct:_h264_SEI_decoded_ref_pic_marking_repetition
|
/external/libavc/common/ |
ih264_dpb_mgr.h | 123 WORD32 long_term_frame_idx); 142 WORD32 long_term_frame_idx);
|
ih264_dpb_mgr.c | 575 * @param[in] long_term_frame_idx 576 * If the ref being added is long-term, long_term_frame_idx of the field. 590 WORD32 long_term_frame_idx) 626 long_term_frame_idx = -1; 633 ps_dpb_info[i].ps_pic_buf->i4_long_term_frame_idx = long_term_frame_idx; 677 * @param[in] long_term_frame_idx 678 * If the ref being added is long-term, long_term_frame_idx of the field. 692 WORD32 long_term_frame_idx) 712 long_term_frame_idx); 722 long_term_frame_idx); [all...] |
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
secvideoparser.h | 73 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon30285::__anon30286::__anon30289 79 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon30285::__anon30286::__anon30291
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
secvideoparser.h | 73 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon30299::__anon30300::__anon30303 79 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon30299::__anon30300::__anon30305
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
h264parse_dpb.c | 489 active_fs->frame.long_term_pic_num = active_fs->frame.long_term_frame_idx; 572 active_fs->top_field.long_term_pic_num = (active_fs->top_field.long_term_frame_idx << 1) + add_top; 576 active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + add_bottom; 582 list_sort_number[listltidx] = active_fs->long_term_frame_idx; 821 list_sort_number[listltidx] = active_fs->long_term_frame_idx; [all...] |
h264parse_sh.c | 654 // long_term_frame_idx, 710 SliceHeader->sh_dec_refpic.long_term_frame_idx[i] = h264_GetVLCElement(parent, pInfo, false);
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 540 MemMgrCtrlOp3(avcHandle, video, dpb, sliceHdr->difference_of_pic_nums_minus1[ii], sliceHdr->long_term_frame_idx[ii]); 551 MemMgrCtrlOp6(avcHandle, video, dpb, sliceHdr->long_term_frame_idx[ii]); 607 uint long_term_frame_idx) 613 /* look for fs[i] with long_term_frame_idx */ 615 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx); 626 dpb->fs[ii]->LongTermFrameIdx = long_term_frame_idx; 627 dpb->fs[ii]->frame.LongTermPicNum = long_term_frame_idx; 678 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx) 681 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx); 687 video->currFS->LongTermFrameIdx = long_term_frame_idx; [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 164 uint long_term_frame_idx); 189 \param "long_term_frame_idx" "From the syntax in dec_ref_pic_marking()." 191 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx); 196 \param "long_term_frame_idx" "To look for" 198 void unmark_long_term_frame_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx); 204 \param "long_term_frame_idx" "To look for."
|
avcint_common.h | 434 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 627 status = ue_v(stream, sliceHdr->long_term_frame_idx[i]); [all...] |