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

/frameworks/av/include/private/media/
H A DAudioTrackShared.h212 void* mRaw; // pointer to first frame member in struct:android::Proxy::Buffer
253 // buffer->mRaw is unused.
264 // buffer->mRaw is a pointer to the first available frame,
284 // buffer->mRaw is ignored, but is normally same pointer returned by last obtainBuffer().
288 // buffer->mRaw is NULL.
493 // buffer->mRaw is unused.
499 // buffer->mRaw is a pointer to the first available frame,
511 // buffer->mRaw is ignored, but is normally same pointer returned by last obtainBuffer().
514 // buffer->mRaw is NULL.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java269 public final PictureCallback mRaw; field in class:AndroidCameraAgentImpl.CameraHandler.CaptureCallbacks
276 mRaw = raw;
607 captureCallbacks.mRaw,

Completed in 52 milliseconds