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

  /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:__anon47222
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::__anon47410::__anon47411::__anon47414
79 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon47410::__anon47411::__anon47416
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 73 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon47424::__anon47425::__anon47428
79 uint8_t long_term_frame_idx; member in struct:_dec_ref_pic_marking_t::__anon47424::__anon47425::__anon47430
  /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);
  /external/v4l2_codec2/vda/
h264_dpb.h 59 int long_term_frame_idx; member in class:media::H264Picture
h264_decoder.cc 367 pic->long_term_pic_num = pic->long_term_frame_idx;
802 to_mark->long_term_frame_idx = ref_pic_marking->long_term_frame_idx;
810 // Unmark all reference pictures with long_term_frame_idx over new max.
819 if (long_term_pic->long_term_frame_idx >
835 // First unmark if any existing with this long_term_frame_idx...
841 // Ok to cast, long_term_frame_idx is much smaller than 16bit.
842 if (long_term_pic->long_term_frame_idx ==
843 static_cast<int>(ref_pic_marking->long_term_frame_idx))
850 pic->long_term_frame_idx = ref_pic_marking->long_term_frame_idx
    [all...]
h264_dpb.cc 31 long_term_frame_idx(0),
h264_parser.h 238 int long_term_frame_idx; member in struct:media::H264DecRefPicMarking
h264_parser.cc     [all...]

Completed in 258 milliseconds