| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/ |
| H A D | vepu_common.c | 205 case MPP_FMT_YUV420SP : { in get_vepu_pixel_stride() 298 case MPP_FMT_YUV420SP : { in get_vepu_offset_cfg() 333 case MPP_FMT_YUV420SP : in get_vepu_offset_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 46 ret = MPP_FMT_YUV420SP; in vpu_pic_type_remap_to_mpp() 128 case MPP_FMT_YUV420SP : in vpu_api_set_enc_cfg() 231 case MPP_FMT_YUV420SP : { in copy_align_raw_buffer_to_dest() 348 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info() 359 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info() 554 case MPP_FMT_YUV420SP: { in setup_VPU_FRAME_from_mpp_frame() 1069 case MPP_FMT_YUV420SP : in encode() 1324 case MPP_FMT_YUV420SP : in encoder_sendframe() 1385 if (format >= MPP_FMT_YUV420SP && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 92 s->output_fmt = MPP_FMT_YUV420SP; in jpeg_judge_yuv_mode() 1054 MppFrameFormat fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame() 1058 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame() 1070 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame() 1175 JpegCtx->output_fmt = MPP_FMT_YUV420SP; in jpegd_deinit() 1251 JpegCtx->output_fmt = MPP_FMT_YUV420SP; in jpegd_init()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.c | 52 MppFrameFormat fmt = MPP_FMT_YUV420SP; in dump_mpp_frame_to_file() 100 case MPP_FMT_YUV420SP : { in dump_mpp_frame_to_file() 503 case MPP_FMT_YUV420SP : { in read_image() 534 case MPP_FMT_YUV420SP : { in read_image() 1039 case MPP_FMT_YUV420SP : { in fill_image() 1352 { "yuv420sp", MPP_FMT_YUV420SP, }, 1369 { "fbc", MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V1, },
|
| H A D | mpi_enc_utils.c | 39 case MPP_FMT_YUV420SP : in mpi_enc_width_default_stride() 224 cmd->format = MPP_FMT_YUV420SP; in mpi_enc_opt_f()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 120 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format() 124 if ((ctx->usr_set_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP && in get_pixel_format() 125 (s->cfg->base.out_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP) in get_pixel_format() 126 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format() 752 if (ctx->pix_fmt == MPP_FMT_YUV420SP || ctx->pix_fmt == MPP_FMT_YUV420SP_10BIT) in get_current_frame()
|
| H A D | av1d_api.c | 261 av1_ctx->usr_set_fmt = param ? *((MppFrameFormat *)param) : MPP_FMT_YUV420SP; in av1d_control()
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 146 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data() 214 case MPP_FMT_YUV420SP : in dump_frame()
|
| H A D | mpi.cpp | 542 { MPP_FMT_YUV420SP, "YUV420SP, NV12" },
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_vdpu1.c | 790 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_init() 843 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_deinit() 974 if (JpegHalCtx->output_fmt != MPP_FMT_YUV420SP) in hal_jpegd_vdpu1_wait()
|
| H A D | hal_jpegd_rkv.c | 325 if (ctx->output_fmt == MPP_FMT_YUV420SP) in setup_output_fmt() 608 ctx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_rkv_deinit()
|
| H A D | hal_jpegd_common.c | 463 case MPP_FMT_YUV420SP: in jpegd_setup_output_fmt()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppvideodec.c | 217 MppFrameFormat mpp_format = MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V2; in gst_mpp_video_dec_startup()
|
| H A D | gstmppenc.c | 108 MPP_FMT_YUV420SP, 654 format = MPP_FMT_YUV420SP; in gst_mpp_enc_set_format()
|
| H A D | gstmppjpegdec.c | 103 MppFrameFormat mpp_format = force ? MPP_FMT_YUV420SP : MPP_FMT_BUTT; in gst_mpp_jpeg_dec_try_pp_convert()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 214 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 213 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 78 prep->format = MPP_FMT_YUV420SP; in vp8e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 78 case MPP_FMT_YUV420SP: in rga_fmt_map()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 470 mpp_enc_cfg_set_s32(cfg, "prep:format", MPP_FMT_YUV420SP); in mpi_rc_enc_init() 721 MppFrameFormat format = MPP_FMT_YUV420SP; in mpi_rc_pre_dec_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_rkv.c | 978 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data() 990 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_rkv_dump_yuv()
|
| H A D | hal_avs2d_vdpu382.c | 1053 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data() 1065 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_vdpu382_dump_yuv()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 124 prep->format = MPP_FMT_YUV420SP; in h265e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_vepu1_v2.c | 153 case MPP_FMT_YUV420SP : in hal_jpege_vepu1_set_extra_info()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main_video.cc | 341 enc_params.fmt = MPP_FMT_YUV420SP; in mpp_decoder_frame_callback()
|