Home
last modified time | relevance | path

Searched refs:dstChromaWidth (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java76 final int dstChromaWidth = (dstWidth + 1) / 2; in I420Rotate() local
78 final int minSize = dstWidth * dstHeight + dstChromaWidth * dstChromaHeight * 2; in I420Rotate()
86 final int startV = startU + dstChromaHeight * dstChromaWidth; in I420Rotate()
96 dstChromaWidth, dstV, dstChromaWidth, srcWidth, srcHeight, rotationMode); in I420Rotate()
/external/webrtc/sdk/objc/components/video_frame_buffer/
DRTCCVPixelBuffer.mm109 int dstChromaWidth = (width + 1) / 2;
112 return srcChromaWidth * srcChromaHeight * 2 + dstChromaWidth * dstChromaHeight * 2;