CMGDK r49-rc2
名字空间 | 函数 | 变量
K:/CMGDKv18/SDK/Source/Graphics/YUV.cpp文件参考
#include "YUV.h"
#include <hgl/type/DataType.H>
#include <hgl/memex.h>

名字空间

namespace  hgl
 

__MAKE_HGL__&&!__MAKE_PLUGIN__


函数

void hgl::write_to_yuv_frame (uint w, uint h, uint8 *yuv, uint8 *yuv_y, uint8 *yuv_u, uint8 *yuv_v)
uint8 __inline hgl::clamp (double d)
uint8hgl::RGB2YUV (uint8 *rgb, int w, int h)
int hgl::getMin (int a, int b)
int hgl::getMax (int a, int b)
int hgl::mClamp (int val, int low, int high)
void hgl::InitYUV2RGBDecode ()
uint8hgl::YUV2RGB (uint8 *yuv, int w, int h)

变量

const double hgl::clamp_u = 0.436*255.0
const double hgl::clamp_v = 0.615*255.0
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义