HomeSort by relevance Sort by last modified time
    Searched refs:getCameraInfo (Results 1 - 25 of 48) sorted by null

1 2

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.h 52 int getCameraInfo(int camera_id, struct camera_info *info);
QCamera2Factory.cpp 99 return gQCamera2Factory.getCameraInfo(camera_id, info);
117 * FUNCTION : getCameraInfo
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.h 50 int getCameraInfo(int camera_id, struct camera_info *info);
QCamera3Factory.cpp 101 return gQCamera3Factory.getCameraInfo(camera_id, info);
119 * FUNCTION : getCameraInfo
131 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /device/generic/goldfish/camera/
EmulatedBaseCamera.h 95 virtual status_t getCameraInfo(struct camera_info* info) = 0;
EmulatedBaseCamera.cpp 58 status_t EmulatedBaseCamera::getCameraInfo(struct camera_info* info)
EmulatedCameraFactory.h 76 int getCameraInfo(int camera_id, struct camera_info *info);
EmulatedCamera3.h 79 virtual status_t getCameraInfo(struct camera_info* info);
EmulatedCameraFactory.cpp 234 int EmulatedCameraFactory::getCameraInfo(int camera_id, struct camera_info* info)
249 return mEmulatedCameras[camera_id]->getCameraInfo(info);
296 return gEmulatedCameraFactory.getCameraInfo(camera_id, info);
EmulatedCamera.h 114 virtual status_t getCameraInfo(struct camera_info* info);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Factory.h 52 int getCameraInfo(int camera_id, struct camera_info *info);
QCamera2Factory.cpp 99 return gQCamera2Factory.getCameraInfo(camera_id, info);
117 * FUNCTION : getCameraInfo
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Factory.cpp 64 //calls to 'getCameraInfo()'
66 getCameraInfo(i, &info);
121 return gQCamera3Factory->getCameraInfo(camera_id, info);
174 * FUNCTION : getCameraInfo
186 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info)
QCamera3Factory.h 53 int getCameraInfo(int camera_id, struct camera_info *info);
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.h 58 int getCameraInfo(int camera_id, struct camera_info *info);
QCamera2Factory.cpp 70 //calls to 'getCameraInfo()'
72 getCameraInfo(i, &info);
150 return gQCamera2Factory->getCameraInfo(camera_id, info);
203 * FUNCTION : getCameraInfo
215 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureFactory.java 79 mCameraInfo = isSpecialCamera(index) ? null : getCameraInfo(mId);
145 private android.hardware.Camera.CameraInfo getCameraInfo(int id) {
149 android.hardware.Camera.getCameraInfo(id, cameraInfo);
151 Log.e(TAG, "getCameraInfo: android.hardware.Camera.getCameraInfo: " + ex);
VideoCapture.java 99 android.hardware.Camera.CameraInfo cameraInfo = getCameraInfo(mId);
371 private android.hardware.Camera.CameraInfo getCameraInfo(int id) {
374 android.hardware.Camera.getCameraInfo(id, cameraInfo);
376 Log.e(TAG, "getCameraInfo: android.hardware.Camera.getCameraInfo: " + ex);
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);

Completed in 645 milliseconds

1 2