HomeSort by relevance Sort by last modified time
    Searched refs:ACaptureSessionOutput_free (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/camera/ndk/
NdkCameraDevice.h 325 * {@link ACaptureSessionOutput_free} to free the object and its memory after application no longer
349 void ACaptureSessionOutput_free(ACaptureSessionOutput* output);
    [all...]
  /frameworks/av/camera/ndk/
NdkCameraDevice.cpp 111 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) {
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 411 ACaptureSessionOutput_free(mPreviewOutput);
415 ACaptureSessionOutput_free(mImgReaderOutput);
639 ACaptureSessionOutput_free(mPreviewOutput);
643 ACaptureSessionOutput_free(mImgReaderOutput);
    [all...]

Completed in 330 milliseconds