Home
last modified time | relevance | path

Searched refs:FRAME (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c225 if (p->structure == FRAME) { in store_proc_picture_in_dpb()
234 if ((p->structure == FRAME && fs->is_used == 3) in store_proc_picture_in_dpb()
235 || (p->structure != FRAME && fs->is_used && fs->is_used < 3)) { in store_proc_picture_in_dpb()
247 if (structure == FRAME || structure == TOP_FIELD) { in dpb_mark_add_used()
250 if (structure == FRAME || structure == BOTTOM_FIELD) { in dpb_mark_add_used()
330 if (currSlice->structure == FRAME) { in init_mvc_picture()
492 case FRAME: in dpb_mark_malloc()
584 if (structure == FRAME || structure == TOP_FIELD) { in dpb_mark_malloc()
587 if (structure == FRAME || structure == BOTTOM_FIELD) { in dpb_mark_malloc()
667 if (currSlice->structure == FRAME) { in alloc_decpic()
[all …]
H A Dh264d_dpb.c147 if (p->structure == FRAME) in get_pic_num_x()
273 if (p->structure == FRAME) { in mm_unmark_short_term_for_reference()
310 if (p->structure == FRAME) { in mm_unmark_long_term_for_reference()
364 VAL_CHECK(ret, structure != FRAME); in unmark_long_term_field_for_reference_by_frame_idx()
426 if (p->structure == FRAME) { in mark_pic_long_term()
502 if (p->structure == FRAME) { in mm_assign_long_term_frame_idx()
505 PictureStructure structure = FRAME; in mm_assign_long_term_frame_idx()
521 VAL_CHECK(ret, structure != FRAME); in mm_assign_long_term_frame_idx()
562 if (p->structure == FRAME) { in mm_mark_current_picture_long_term()
634 if (structure == FRAME) { in free_dpb_mark()
[all …]
H A Dh264d_fill.c161 if (dec_pic->structure == TOP_FIELD || dec_pic->structure == FRAME) { in fill_picparams()
165 if (dec_pic->structure == BOTTOM_FIELD || dec_pic->structure == FRAME) { in fill_picparams()
H A Dh264d_slice.c506 p_Vid->structure = FRAME; in process_slice()
515 p_Vid->structure = FRAME; in process_slice()
H A Dh264d_global.h152 FRAME = 0x3, enumerator