Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoDecoderOutputBuffer.java119 int uvLength = uvStride * uvHeight; in initForYuvFrame() local
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc84 const int32_t uvLength) { in convert_16_to_8_neon()
250 const int32_t uvLength) { in convert_16_to_8_standard()
579 const uint64_t uvLength = img->stride[VPX_PLANE_U] * uvHeight; in DECODER_FUNC() local