Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java75 final int dstChromaHeight = (dstHeight + 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()
/external/webrtc/sdk/objc/components/video_frame_buffer/
DRTCCVPixelBuffer.mm110 int dstChromaHeight = (height + 1) / 2;
112 return srcChromaWidth * srcChromaHeight * 2 + dstChromaWidth * dstChromaHeight * 2;