Home
last modified time | relevance | path

Searched refs:yuv_format (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.h24 bool yuv_format; member
H A Drockchip_drm_debugfs.c74 if (dump_info->yuv_format) { in rockchip_drm_dump_plane_buffer()
H A Drockchip_drm_vop.c2163 planlist->dump_info.yuv_format = in vop_plane_atomic_update()
H A Drockchip_drm_vop2.c5483 planlist->dump_info.yuv_format = fb->format->is_yuv; in vop2_plane_atomic_update()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c390 p_Vid->yuv_format = sps->chroma_format_idc; in update_video_pars()
398 if (p_Vid->yuv_format == H264_CHROMA_420) { in update_video_pars()
401 } else if (p_Vid->yuv_format == H264_CHROMA_422) { in update_video_pars()
H A Dh264d_init.c423 if ((H264_CHROMA_400 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
425 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
427 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
429 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
432 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
H A Dh264d_global.h1010 RK_S32 yuv_format; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dvpu_api.h345 RK_U32 yuv_format; /* 0:420 1:422 2:444 */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dvpu_api.h333 RK_U32 yuv_format; /* 0:420 1:422 2:444 */ member
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp342 || ctx->extra_cfg.yuv_format) { in init_frame_info()
344 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()
347 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()