Home
last modified time | relevance | path

Searched refs:format_out (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c173 jpege_dbg_input("Chroma format %d\n", syntax->format_out); in init_jpeg_component_info()
175 if (syntax->format_out == MPP_CHROMA_UNSPECIFIED) in init_jpeg_component_info()
176 syntax->format_out = MPP_CHROMA_420; in init_jpeg_component_info()
180 switch (syntax->format_out) { in init_jpeg_component_info()
206 mpp_err("Unsupported chroma format %d\n", syntax->format_out); in init_jpeg_component_info()
237 syntax->format_out = prep->format_out; in jpege_proc_hal()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h52 MppFrameChromaFormat format_out; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c109 …ENTRY(prefix, s32, rk_s32, format_out, FLAG_PREV, prep,
289 cfg->prep.format_out = MPP_CHROMA_UNSPECIFIED; in mpp_enc_cfg_impl_init()
323 mpp_logi("format_out %d\n", cfg->prep.format_out); in mpp_enc_cfg_impl_dump()
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c198 MppFrameChromaFormat out_fmt = syntax->format_out; in jpege_vpu720_setup_format()
350 ctx->cfg->prep.format, ctx->cfg->prep.format_out, in jpege_vpu720_setup_format()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp_common.c835 zme->common.reg0.format_out = FMT_YCbCr444_888; in set_zme_to_vdpp_reg()
837 zme->common.reg0.format_out = FMT_YCbCr420_888; in set_zme_to_vdpp_reg()
H A Dvdpp_common.h1640 RK_U32 format_out : 4; member
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h516 MppFrameChromaFormat format_out; member