Home
last modified time | relevance | path

Searched refs:mpp_format (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c47 MppFrameFormat mpp_format; member
138 gst_mpp_mpp_format_to_gst_format (MppFrameFormat mpp_format) in gst_mpp_mpp_format_to_gst_format() argument
141 mpp_format & MPP_FRAME_FMT_MASK); in gst_mpp_mpp_format_to_gst_format()
149 return format ? format->mpp_format : MPP_FMT_BUTT; in gst_mpp_gst_format_to_mpp_format()
154 gst_mpp_mpp_format_to_rga_format (MppFrameFormat mpp_format) in gst_mpp_mpp_format_to_rga_format() argument
157 mpp_format & MPP_FRAME_FMT_MASK); in gst_mpp_mpp_format_to_rga_format()
195 MppFrameFormat mpp_format = mpp_frame_get_fmt (mframe); in gst_mpp_rga_info_from_mpp_frame() local
201 RgaSURF_FORMAT rga_format = gst_mpp_mpp_format_to_rga_format (mpp_format); in gst_mpp_rga_info_from_mpp_frame()
H A Dgstmppjpegdec.c103 MppFrameFormat mpp_format = force ? MPP_FMT_YUV420SP : MPP_FMT_BUTT; in gst_mpp_jpeg_dec_try_pp_convert() local
108 mpp_format = gst_mpp_gst_format_to_mpp_format (format); in gst_mpp_jpeg_dec_try_pp_convert()
114 if (mpp_format != MPP_FMT_BUTT) { in gst_mpp_jpeg_dec_try_pp_convert()
116 &mpp_format) >= 0) in gst_mpp_jpeg_dec_try_pp_convert()
117 return gst_mpp_mpp_format_to_gst_format (mpp_format); in gst_mpp_jpeg_dec_try_pp_convert()
H A Dgstmppvideodec.c217 MppFrameFormat mpp_format = MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V2; in gst_mpp_video_dec_startup() local
219 &mpp_format); in gst_mpp_video_dec_startup()
H A Dgstmpp.h78 GstVideoFormat gst_mpp_mpp_format_to_gst_format (MppFrameFormat mpp_format);
H A Dgstmppdec.c490 MppFrameFormat mpp_format; in gst_mpp_dec_apply_info_change() local
503 mpp_format = mpp_frame_get_fmt (mframe); in gst_mpp_dec_apply_info_change()
504 afbc = !!MPP_FRAME_FMT_IS_FBC (mpp_format); in gst_mpp_dec_apply_info_change()
505 src_format = gst_mpp_mpp_format_to_gst_format (mpp_format); in gst_mpp_dec_apply_info_change()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265e_syntax_new.h34 RK_U32 mpp_format; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c40 pp->mpp_format = cfg->prep.format; in fill_picture_parameters()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c1628 regs->src_proc.afbcd_en = (MPP_FRAME_FMT_IS_FBC(syn->pp.mpp_format)) ? 1 : 0; in hal_h265e_v541_gen_regs()
H A Dhal_h265e_vepu580.c2594 reg_base->reg0203_src_proc.afbcd_en = (MPP_FRAME_FMT_IS_FBC(syn->pp.mpp_format)) ? 1 : 0; in hal_h265e_v580_gen_regs()