Searched refs:format_out (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 173 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 D | jpege_syntax.h | 52 MppFrameChromaFormat format_out; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 109 …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 D | hal_jpege_vpu720.c | 198 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 D | vdpp_common.c | 835 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 D | vdpp_common.h | 1640 RK_U32 format_out : 4; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 516 MppFrameChromaFormat format_out; member
|