Searched refs:KEY_VIDEO_SIZE (Results 1 – 4 of 4) sorted by relevance
85 const char CameraParameters::KEY_VIDEO_SIZE[] = "video-size"; member in android::CameraParameters381 set(KEY_VIDEO_SIZE, str); in setVideoSize()387 const char *p = get(KEY_VIDEO_SIZE); in getVideoSize()
269 set(CameraParameters::KEY_VIDEO_SIZE, str); in setVideoSize()275 const char *p = get(CameraParameters::KEY_VIDEO_SIZE); in getVideoSize()
452 static const char KEY_VIDEO_SIZE[]; variable
2135 private static final String KEY_VIDEO_SIZE = "video-size"; field in Camera.Parameters2680 String str = get(KEY_VIDEO_SIZE + SUPPORTED_VALUES_SUFFIX); in getSupportedVideoSizes()