HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedFormats (Results 1 - 8 of 8) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
Camera2Enumerator.java 57 // lazily in getSupportedFormats(), and cached for future reference.
70 public List<CaptureFormat> getSupportedFormats(int cameraId) {
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);
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);
VideoCapturerAndroid.java 308 public List<CaptureFormat> getSupportedFormats() {
309 return CameraEnumerationAndroid.getSupportedFormats(getCurrentCameraId());
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h 205 FormatVector getSupportedFormats() const
  /hardware/interfaces/audio/2.0/default/
Stream.cpp 150 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
StreamIn.cpp 216 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
217 return mStreamCommon->getSupportedFormats(_hidl_cb);
StreamOut.cpp 213 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
214 return mStreamCommon->getSupportedFormats(_hidl_cb);

Completed in 233 milliseconds