Home
last modified time | relevance | path

Searched defs:dstSliceHeightY (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java105 final int dstSliceHeightY = 4; in testI420CopyStride() local
155 final int dstSliceHeightY = 4; in testI420ToNV12Stride() local
/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java30 int dstSliceHeightY, int dstStrideU, int dstSliceHeightU) { in I420Copy()
75 int dstSliceHeightY) { in I420ToNV12()