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

  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureTango.java 30 private static final VideoCaptureFactory.CamParams s_CAM_PARAMS[] = {
31 new VideoCaptureFactory.CamParams(DEPTH_CAMERA_ID, "depth", 320, 240),
32 new VideoCaptureFactory.CamParams(FISHEYE_CAMERA_ID, "fisheye", 640, 480),
33 new VideoCaptureFactory.CamParams(FOURMP_CAMERA_ID, "4MP", 1280, 720)};
55 static VideoCaptureFactory.CamParams getCamParams(int index) {
VideoCaptureFactory.java 31 static class CamParams {
37 CamParams(int id, String name, int width, int height) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 155 ScriptField_CameraParams camParams = new ScriptField_CameraParams(mRS, 1);
156 Type camParamType = camParams.getAllocation().getType();

Completed in 607 milliseconds