OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSupportedFormats
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
CameraEnumerationAndroid.java
54
List<CaptureFormat>
getSupportedFormats
(int cameraId);
61
public static synchronized List<CaptureFormat>
getSupportedFormats
(int cameraId) {
62
return enumerator.
getSupportedFormats
(cameraId);
72
// VideoCapturerAndroid.
getSupportedFormats
need to return CaptureFormats of
159
List<CaptureFormat> formats =
getSupportedFormats
(id);
CameraEnumerator.java
42
// cameras are enumerated on the first call to
getSupportedFormats
(), and cached for future
47
public List<CaptureFormat>
getSupportedFormats
(int cameraId) {
93
Logging.e(TAG, "
getSupportedFormats
() failed on camera index " + cameraId, e);
Camera2Enumerator.java
57
// lazily in
getSupportedFormats
(), and cached for future reference.
70
public List<CaptureFormat>
getSupportedFormats
(int cameraId) {
VideoCapturerAndroid.java
308
public List<CaptureFormat>
getSupportedFormats
() {
309
return CameraEnumerationAndroid.
getSupportedFormats
(getCurrentCameraId());
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java
304
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
326
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
374
List<CaptureFormat> formats = capturer.
getSupportedFormats
();
422
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
445
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
469
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
485
List<CaptureFormat> formats = capturer.
getSupportedFormats
();
555
final List<CaptureFormat> formats = capturer.
getSupportedFormats
();
VideoCapturerAndroidTest.java
64
for (CaptureFormat format : camera1Enumerator.
getSupportedFormats
(i)) {
68
for (CaptureFormat format : camera2Enumerator.
getSupportedFormats
(i)) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
205
FormatVector
getSupportedFormats
() const
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 137 milliseconds