Home
last modified time | relevance | path

Searched refs:MPP_FRAME_FLAG_PAIRED_FIELD (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_api.c344 mpp_frame_set_errinfo(mframe, MPP_FRAME_FLAG_PAIRED_FIELD); in avsd_callback()
346 mpp_frame_set_discard(mframe, MPP_FRAME_FLAG_PAIRED_FIELD); in avsd_callback()
H A Davsd_parse.c472 p_cur->frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in avsd_set_dpb()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h33 #define MPP_FRAME_FLAG_PAIRED_FIELD (MPP_FRAME_FLAG_TOP_FIELD|MPP_FRAME_FLAG_BOT_FIELD) macro
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h33 #define MPP_FRAME_FLAG_PAIRED_FIELD (MPP_FRAME_FLAG_TOP_FIELD|MPP_FRAME_FLAG_BOT_FIELD) macro
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c549 frm->frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in dpb_alloc_frame()
551 frm->frame_coding_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in dpb_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c496 impl->mode = MPP_FRAME_FLAG_PAIRED_FIELD | MPP_FRAME_FLAG_TOP_FIRST; in dpb_mark_malloc()
499 impl->mode = MPP_FRAME_FLAG_PAIRED_FIELD | MPP_FRAME_FLAG_BOT_FIRST; in dpb_mark_malloc()
521 impl->mode = MPP_FRAME_FLAG_PAIRED_FIELD | MPP_FRAME_FLAG_TOP_FIRST; in dpb_mark_malloc()
524 impl->mode = MPP_FRAME_FLAG_PAIRED_FIELD | MPP_FRAME_FLAG_BOT_FIRST; in dpb_mark_malloc()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1440 frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in mpp_mpg4_parser_setup_hal_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1275 frametype = MPP_FRAME_FLAG_PAIRED_FIELD; in m2vd_alloc_frame()