/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
secvideoparser.h | 69 uint8_t long_term_pic_num; member in struct:_dec_ref_pic_marking_t::__anon29829::__anon29830::__anon29832
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
secvideoparser.h | 69 uint8_t long_term_pic_num; member in struct:_dec_ref_pic_marking_t::__anon29843::__anon29844::__anon29846
|
/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; 494 list_sort_number[list0idx-p_dpb->listXsize[0]] = active_fs->frame.long_term_pic_num; 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; 721 list_sort_number[list0idx] = active_fs->frame.long_term_pic_num; 947 static frame_param_ptr h264_dpb_get_long_term_pic(h264_Info * pInfo,int32_t long_term_pic_num, int32_t *bottom_field_bit) 961 if (temp_fs->frame.long_term_pic_num == long_term_pic_num) 968 if (temp_fs->top_field.long_term_pic_num == long_term_pic_num) [all...] |
h264parse_sh.c | 340 // The syntax elements reordering_of_pic_nums_idc, abs_diff_pic_num_minus1, and long_term_pic_num 347 // 2: long_term_pic_num is present and specifies the long-term picture number for a reference picture 384 SliceHeader->sh_refpic_l0.list_reordering_num[reorder].long_term_pic_num = h264_GetVLCElement(parent, pInfo, false); 414 SliceHeader->sh_refpic_l1.list_reordering_num[reorder].long_term_pic_num = h264_GetVLCElement(parent, pInfo, false); 655 // long_term_pic_num, and 705 SliceHeader->sh_dec_refpic.long_term_pic_num[i] = h264_GetVLCElement(parent, pInfo, false);
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 537 MemMgrCtrlOp2(avcHandle, dpb, sliceHdr->long_term_pic_num[ii]); 589 void MemMgrCtrlOp2(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, int long_term_pic_num) 597 if (dpb->fs[ii]->frame.LongTermPicNum == long_term_pic_num)
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
h264.h | 324 int32_t long_term_pic_num; member in struct:__anon29641 618 int32_t long_term_pic_num; member in union:_list_reordering_num_t 644 int32_t long_term_pic_num[NUM_MMCO_OPERATIONS]; member in struct:_h264_Dec_Ref_Pic_Marking
|
h264parse_sei.h | 150 int32_t long_term_pic_num; //UE member in struct:_h264_SEI_decoded_ref_pic_marking_repetition
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 151 \param "long_term_pic_num" "From the syntax in dec_ref_pic_marking()." 153 void MemMgrCtrlOp2(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, int long_term_pic_num); 161 \param "long_term_pic_num" "From the syntax in dec_ref_pic_marking()."
|
avcint_common.h | 433 uint long_term_pic_num[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 622 status = ue_v(stream, sliceHdr->long_term_pic_num[i]); [all...] |