Searched defs:gSurfaceImageClassInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp74 } gSurfaceImageClassInfo; variable in typeref:struct:__anon1055
283 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, reinterpret_cast<jlong>(buffer));
289 env->GetLongField(image, gSurfaceImageClassInfo.mNativeBuffer));
302 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID(
304 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL,
308 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID(
310 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL,
314 gSurfaceImageClassInfo.mTransform = env->GetFieldID(
316 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTransform == NULL,
320 gSurfaceImageClassInfo
[all...]
H A Dandroid_media_ImageWriter.cpp52 } gSurfaceImageClassInfo; variable in typeref:struct:__anon1058
191 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID(
193 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL,
196 gSurfaceImageClassInfo.mNativeFenceFd = env->GetFieldID(
198 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeFenceFd == NULL,
201 gSurfaceImageClassInfo.mPlanes = env->GetFieldID(
203 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL,
618 (env->GetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer));
624 thiz, gSurfaceImageClassInfo.mNativeFenceFd));
639 env->SetLongField(thiz, gSurfaceImageClassInfo
[all...]

Completed in 1601 milliseconds