Home
last modified time | relevance | path

Searched refs:yuv422 (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/
Duvc_node.cpp196 void UvcNode::YUV422To420(uint8_t yuv422[], uint8_t yuv420[], int width, int height) in YUV422To420() argument
206 yuv420[i] = yuv422[i * POSITION_INTERVAL]; in YUV422To420()
212yuv422[i * POSITION_INTERVAL * width + U_V_POSITION_INTERVAL * j + U_START_POSITION]; in YUV422To420()
215yuv422[i * POSITION_INTERVAL * width + U_V_POSITION_INTERVAL * j + V_START_POSITION]; in YUV422To420()
Duvc_node.h44 void YUV422To420(uint8_t yuv422[], uint8_t yuv420[], int width, int height);
/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_edid.h553 bool yuv422; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_edid.c1120 sinkCap->dolbyCap.yuv422 = (data[UINT8_ARRAY_TELEMENT_4] & HDMI_BIT0_MARK) ? true : false; in HdmiEdidExtUseExtDataBlockVsvdbPhase()