Searched refs:mSnapshotStreamBuffs (Results 1 – 6 of 6) sorted by relevance
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()[all …]
174 mSnapshotStreamBuffs = hal3appGetStreamBuffs(mSnapshotStream); in captureRequestRepeat()175 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()176 mRequest = hal3appGetRequestSettings(&mSnapshotStreamBuffs, 1); in captureRequestRepeat()
195 mSnapshotStreamBuffs = hal3appGetStreamBuffs(mSnapshotStream); in captureRequestRepeat()196 mSnapshotStreamBuffs.buffer = (const native_handle_t**)&mCaptureHandle; in captureRequestRepeat()197 mRequest = hal3appGetRequestSettings(&mSnapshotStreamBuffs, 1); in captureRequestRepeat()
45 camera3_stream_buffer_t mSnapshotStreamBuffs; variable
53 camera3_stream_buffer_t mSnapshotStreamBuffs; variable
50 camera3_stream_buffer_t mSnapshotStreamBuffs; variable