Searched refs:dst_cbcr_pos (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp3543 int32_t x, y, src_y_start_pos, dst_cbcr_pos, dst_pos, src_pos; local
3548 dst_cbcr_pos = srcWidth*srcHeight;
3564 dstBufPointer[dst_cbcr_pos++] = srcBufPointer[src_pos + 3];
3565 dstBufPointer[dst_cbcr_pos++] = srcBufPointer[src_pos + 1];

Completed in 79 milliseconds