Searched refs:jHdrStrides (Results 1 – 1 of 1) sorted by relevance
337 ScopedIntArrayRO* jHdrStrides, ScopedIntArrayRO* jSdrStrides) { in encode() argument348 if (jHdrStrides->size() != 2) { in encode()369 const int* hdrStrides = reinterpret_cast<const int*>(jHdrStrides->get()); in encode()447 jintArray jHdrStrides, jintArray jSdrStrides) { in YuvImage_compressToJpegR() argument451 ScopedIntArrayRO hdrStrides(env, jHdrStrides); in YuvImage_compressToJpegR()