HomeSort by relevance Sort by last modified time
    Searched defs:getSupportedFormats (Results 1 - 10 of 10) 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/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h 163 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
StreamIn.impl.h 216 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
217 return mStreamCommon->getSupportedFormats(_hidl_cb);
StreamOut.impl.h 219 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) {
220 return mStreamCommon->getSupportedFormats(_hidl_cb);
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 422 milliseconds