Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp59 Rgba* const pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); in JNI_COLORSPACE_METHOD() local
98 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); in JNI_COLORSPACE_METHOD() local
113 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); in JNI_COLORSPACE_METHOD() local
156 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); in JNI_COLORSPACE_METHOD() local
H A Dpixelutils.cpp27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); in JNI_PIXELUTILS_METHOD() local