Searched refs:MppFrameColorRange (Results 1 – 15 of 15) sorted by relevance
90 MppFrameColorRange dst_range;102 const VepuRgb2YuvCfg* get_rgb2yuv_cfg(MppFrameColorRange range, MppFrameColorSpace color);
59 const VepuRgb2YuvCfg *get_rgb2yuv_cfg(MppFrameColorRange range, MppFrameColorSpace color) in get_rgb2yuv_cfg()
46 } MppFrameColorRange; typedef450 MppFrameColorRange mpp_frame_get_color_range(const MppFrame frame);451 void mpp_frame_set_color_range(MppFrame frame, MppFrameColorRange color_range);
515 MppFrameColorRange range;518 MppFrameColorRange range_out;
42 MppFrameColorRange color_range;
90 MppFrameColorRange color_range;
138 MppFrameColorRange color_range;
106 MppFrameColorRange color_range;
133 MppFrameColorRange color_range;
353 MPP_FRAME_ACCESSORS(MppFrameColorRange, color_range)
71 MppFrameColorRange src_range;72 MppFrameColorRange dst_range;
233 | 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…
222 | 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…
325 MppFrameColorRange color_range = MPP_FRAME_RANGE_UNSPECIFIED; in setup_output_fmt()
545 MppFrameColorRange colorRan = mpp_frame_get_color_range(mframe); in setup_VPU_FRAME_from_mpp_frame()