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

/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp50 } gSurfaceImageClassInfo; variable in typeref:struct:__anon1277
189 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID(
191 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL,
194 gSurfaceImageClassInfo.mNativeFenceFd = env->GetFieldID(
196 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeFenceFd == NULL,
199 gSurfaceImageClassInfo.mPlanes = env->GetFieldID(
201 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL,
584 (env->GetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer));
590 thiz, gSurfaceImageClassInfo.mNativeFenceFd));
605 env->SetLongField(thiz, gSurfaceImageClassInfo
[all...]
H A Dandroid_media_ImageReader.cpp68 } gSurfaceImageClassInfo; variable in typeref:struct:__anon1274
277 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, reinterpret_cast<jlong>(buffer));
283 env->GetLongField(image, gSurfaceImageClassInfo.mNativeBuffer));
296 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID(
298 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL,
302 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID(
304 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL,
308 gSurfaceImageClassInfo.mPlanes = env->GetFieldID(
310 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL,
454 planes = env->GetObjectField(image, gSurfaceImageClassInfo
[all...]

Completed in 256 milliseconds