Home
last modified time | relevance | path

Searched refs:MPP_FMT_YUV400 (Results 1 – 25 of 28) sorted by relevance

12

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c157 if (prep->format == MPP_FMT_YUV400) { in h265e_set_vps()
255 sps->m_chromaFormatIdc = (fmt == MPP_FMT_YUV400) ? H265_CHROMA_400 : H265_CHROMA_420; in h265e_set_sps()
H A Dh265e_slice.c260 slice->m_saoEnabledFlagChroma = (prep_cfg->format == MPP_FMT_YUV400) ? 0 : in h265e_slice_init()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h266 MPP_FMT_YUV400 = (MPP_FRAME_FMT_YUV + 12), /* YYYY... */ enumerator
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c208 case MPP_FMT_YUV400: in jpege_vpu720_setup_format()
235 case MPP_FMT_YUV400: in jpege_vpu720_setup_format()
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu383_com.c263 case MPP_FMT_YUV400 : { in vdpu383_setup_down_scale()
H A Dvdpu384a_com.c275 case MPP_FMT_YUV400 : { in vdpu384a_setup_down_scale()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c162 sps->chroma_format_idc = (fmt == MPP_FMT_YUV400) ? H264_CHROMA_400 : H264_CHROMA_420; in h264e_sps_update()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c450 case MPP_FMT_YUV400: in jpegd_setup_output_fmt()
H A Dhal_jpegd_rkv.c297 if (MPP_FRAME_FMT_IS_YUV(ctx->output_fmt) && s->output_fmt != MPP_FMT_YUV400) { in setup_output_fmt()
/rockchip-linux_mpp/mpp/
H A Dmpi.c541 { MPP_FMT_YUV400, "YUV400-Y8, Y800" },
/rockchip-linux_mpp/utils/
H A Dutils.c224 case MPP_FMT_YUV400: { in dump_mpp_frame_to_file()
650 case MPP_FMT_YUV400 : { in read_image()
1222 case MPP_FMT_YUV400 : { in fill_image()
H A Dmpi_enc_utils.c39 case MPP_FMT_YUV400 : in mpi_enc_width_default_stride()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c157 s->output_fmt = MPP_FMT_YUV400; in jpeg_judge_yuv_mode()
1074 fmt = MPP_FMT_YUV400; in jpegd_allocate_frame()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c593 case MPP_FMT_YUV400 : { in mpp_sys_dec_buf_chk_proc()
H A Dmpp_buf_slot.c449 case MPP_FMT_YUV400 : { in generate_info_set()
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c226 case MPP_FMT_YUV400 : in mt_test_ctx_init()
H A Dmpi_enc_test.c357 case MPP_FMT_YUV400: in test_ctx_init()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510.c725 reg_frm->common.src_fmt.out_fmt = ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV400 ? 0 : 1); in setup_vepu510_prep()
734 case MPP_FMT_YUV400: in setup_vepu510_prep()
H A Dhal_h264e_vepu541.c479 regs->reg017.out_fmt_cfg = (fmt == MPP_FMT_YUV400) ? 1 : 0; in setup_vepu541_prep()
H A Dhal_h264e_vepu540c.c479 regs->reg_base.src_fmt.out_fmt = (fmt == MPP_FMT_YUV400) ? 0 : 1; in setup_vepu540c_prep()
H A Dhal_h264e_vepu580.c728 regs->reg_base.src_fmt.out_fmt = (fmt == MPP_FMT_YUV400) ? 0 : 1; in setup_vepu580_prep()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c1417 …reg_frm->common.src_fmt.out_fmt = ((prep_cfg->format & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV400) ? 0 … in vepu510_h265_set_pp_regs()
1428 case MPP_FMT_YUV400: in vepu510_h265_set_pp_regs()
H A Dhal_h265e_vepu540c.c803 reg_base->reg0198_src_fmt.out_fmt = (prep_cfg->format == MPP_FMT_YUV400) ? 0 : 1; in vepu540c_h265_set_pp_regs()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1513 sps->pix_fmt = MPP_FMT_YUV400; in mpp_hevc_decode_nal_sps()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c424 fmt = MPP_FMT_YUV400; in dpb_mark_malloc()

12