Lines Matching refs:mSnapshotStreamBuffs
108 mSnapshotStreamBuffs.stream = mSnapshotStream; in snapshotProcessCaptureRequest()
109 mSnapshotStreamBuffs.status = 0; in snapshotProcessCaptureRequest()
110 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequest()
111 mSnapshotStreamBuffs.release_fence = -1; in snapshotProcessCaptureRequest()
112 mSnapshotStreamBuffs.acquire_fence = -1; in snapshotProcessCaptureRequest()
113 mRequest.output_buffers = &(mSnapshotStreamBuffs); in snapshotProcessCaptureRequest()
136 mSnapshotStreamBuffs.stream = mSnapshotStream; in snapshotProcessCaptureRequestRepeat()
137 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in snapshotProcessCaptureRequestRepeat()
138 mSnapshotStreamBuffs.release_fence = -1; in snapshotProcessCaptureRequestRepeat()
139 mSnapshotStreamBuffs.acquire_fence = -1; in snapshotProcessCaptureRequestRepeat()
140 mRequest.output_buffers = &(mSnapshotStreamBuffs); in snapshotProcessCaptureRequestRepeat()