Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input)); in JNI_COLORSPACE_METHOD() local
63 uint8* pInY = pInput; in JNI_COLORSPACE_METHOD()
64 uint8* pInU = pInput + size; in JNI_COLORSPACE_METHOD()
65 uint8* pInV = pInput + size + size / 4; in JNI_COLORSPACE_METHOD()
97 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); in JNI_COLORSPACE_METHOD() local
101 Rgba color_in = *pInput++; in JNI_COLORSPACE_METHOD()
112 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); in JNI_COLORSPACE_METHOD() local
118 Rgba color_in = *pInput++; in JNI_COLORSPACE_METHOD()
155 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); in JNI_COLORSPACE_METHOD() local
160 Rgba color_in = *pInput++; in JNI_COLORSPACE_METHOD()