| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 157 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 D | h265e_slice.c | 260 slice->m_saoEnabledFlagChroma = (prep_cfg->format == MPP_FMT_YUV400) ? 0 : in h265e_slice_init()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_frame.h | 266 MPP_FMT_YUV400 = (MPP_FRAME_FMT_YUV + 12), /* YYYY... */ enumerator
|
| /rockchip-linux_mpp/mpp/hal/rkenc/jpege/ |
| H A D | hal_jpege_vpu720.c | 208 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 D | vdpu383_com.c | 263 case MPP_FMT_YUV400 : { in vdpu383_setup_down_scale()
|
| H A D | vdpu384a_com.c | 275 case MPP_FMT_YUV400 : { in vdpu384a_setup_down_scale()
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 162 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 D | hal_jpegd_common.c | 450 case MPP_FMT_YUV400: in jpegd_setup_output_fmt()
|
| H A D | hal_jpegd_rkv.c | 297 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 D | mpi.c | 541 { MPP_FMT_YUV400, "YUV400-Y8, Y800" },
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 224 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 D | mpi_enc_utils.c | 39 case MPP_FMT_YUV400 : in mpi_enc_width_default_stride()
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 157 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 D | mpp_sys_cfg.c | 593 case MPP_FMT_YUV400 : { in mpp_sys_dec_buf_chk_proc()
|
| H A D | mpp_buf_slot.c | 449 case MPP_FMT_YUV400 : { in generate_info_set()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_mt_test.c | 226 case MPP_FMT_YUV400 : in mt_test_ctx_init()
|
| H A D | mpi_enc_test.c | 357 case MPP_FMT_YUV400: in test_ctx_init()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu510.c | 725 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 D | hal_h264e_vepu541.c | 479 regs->reg017.out_fmt_cfg = (fmt == MPP_FMT_YUV400) ? 1 : 0; in setup_vepu541_prep()
|
| H A D | hal_h264e_vepu540c.c | 479 regs->reg_base.src_fmt.out_fmt = (fmt == MPP_FMT_YUV400) ? 0 : 1; in setup_vepu540c_prep()
|
| H A D | hal_h264e_vepu580.c | 728 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 D | hal_h265e_vepu510.c | 1417 …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 D | hal_h265e_vepu540c.c | 803 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 D | h265d_ps.c | 1513 sps->pix_fmt = MPP_FMT_YUV400; in mpp_hevc_decode_nal_sps()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_init.c | 424 fmt = MPP_FMT_YUV400; in dpb_mark_malloc()
|