Home
last modified time | relevance | path

Searched refs:MppFrameColorRange (Results 1 – 15 of 15) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu5xx_common.h90 MppFrameColorRange dst_range;
102 const VepuRgb2YuvCfg* get_rgb2yuv_cfg(MppFrameColorRange range, MppFrameColorSpace color);
H A Dvepu5xx_common.c59 const VepuRgb2YuvCfg *get_rgb2yuv_cfg(MppFrameColorRange range, MppFrameColorSpace color) in get_rgb2yuv_cfg()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h46 } MppFrameColorRange; typedef
450 MppFrameColorRange mpp_frame_get_color_range(const MppFrame frame);
451 void mpp_frame_set_color_range(MppFrame frame, MppFrameColorRange color_range);
H A Drk_venc_cmd.h515 MppFrameColorRange range;
518 MppFrameColorRange range_out;
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_frame_impl.h42 MppFrameColorRange color_range;
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h90 MppFrameColorRange color_range;
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h138 MppFrameColorRange color_range;
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h106 MppFrameColorRange color_range;
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h133 MppFrameColorRange color_range;
/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c353 MPP_FRAME_ACCESSORS(MppFrameColorRange, color_range)
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c71 MppFrameColorRange src_range;
72 MppFrameColorRange dst_range;
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md233 | color_range | MppFrameColorRange | 表示图像数据彩色空间范围: YUV full range:0 \~ 255(8bit) YUV limit range:16…
660 | prep:colorrange | S32 | MppFrameColorRange | 表示YUV转RGB的色彩范围。 0 – 表示未指定,…
661 | prep:range | S32 | MppFrameColorRange | 同prep:colorrange,用于前向兼容MPP…
H A DRockchip_Developer_Guide_MPP_EN.md222 | color_range | MppFrameColorRange | Represents the color space range of image data: <br>YUV full r…
606 |prep:range|S32|MppFrameColorRange|Indicates whether the input image is full range or limit range<b…
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c325 MppFrameColorRange color_range = MPP_FRAME_RANGE_UNSPECIFIED; in setup_output_fmt()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp545 MppFrameColorRange colorRan = mpp_frame_get_color_range(mframe); in setup_VPU_FRAME_from_mpp_frame()