Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp49 } gSurfaceImageClassInfo; variable
188 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID( in ImageWriter_classInit()
190 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL, in ImageWriter_classInit()
193 gSurfaceImageClassInfo.mNativeFenceFd = env->GetFieldID( in ImageWriter_classInit()
195 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeFenceFd == NULL, in ImageWriter_classInit()
198 gSurfaceImageClassInfo.mPlanes = env->GetFieldID( in ImageWriter_classInit()
200 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL, in ImageWriter_classInit()
583 (env->GetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer)); in Image_getNativeContext()
589 thiz, gSurfaceImageClassInfo.mNativeFenceFd)); in Image_getNativeContext()
604 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, in Image_setNativeContext()
[all …]
Dandroid_media_ImageReader.cpp67 } gSurfaceImageClassInfo; variable
276 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, reinterpret_cast<jlong>(buffer)); in Image_setBufferItem()
282 env->GetLongField(image, gSurfaceImageClassInfo.mNativeBuffer)); in Image_getBufferItem()
295 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID( in ImageReader_classInit()
297 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL, in ImageReader_classInit()
301 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( in ImageReader_classInit()
303 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, in ImageReader_classInit()
307 gSurfaceImageClassInfo.mPlanes = env->GetFieldID( in ImageReader_classInit()
309 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL, in ImageReader_classInit()
453 planes = env->GetObjectField(image, gSurfaceImageClassInfo.mPlanes); in Image_unlockIfLocked()
[all …]