Searched refs:pFormat (Results 1 – 11 of 11) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareGeneric.cpp | 196 int *pFormat, in set() argument 200 int lFormat = pFormat ? *pFormat : 0; in set() 213 if (pFormat) *pFormat = format(); in set() 219 if (pFormat) *pFormat = lFormat; in set() 315 int *pFormat, in set() argument 320 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE; in set() 321 ALOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate); in set() 323 if ((*pFormat != format()) || in set() 327 *pFormat = format(); in set()
|
D | AudioHardwareStub.cpp | 119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) in set() argument 121 if (pFormat) *pFormat = format(); in set() 169 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, in set() argument
|
D | A2dpAudioInterface.cpp | 237 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate) in set() argument 239 int lFormat = pFormat ? *pFormat : 0; in set() 254 if (pFormat) *pFormat = format(); in set() 260 if (pFormat) *pFormat = lFormat; in set()
|
D | AudioHardwareStub.h | 32 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate); 49 …virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_…
|
D | AudioHardwareGeneric.h | 46 int *pFormat, 79 int *pFormat,
|
D | A2dpAudioInterface.h | 82 int *pFormat,
|
/hardware/libhardware/include/hardware/ |
D | audio_policy.h | 272 audio_format_t *pFormat, 310 audio_format_t *pFormat, 391 audio_format_t *pFormat, 406 audio_format_t *pFormat,
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCommon.cpp | 290 int pFormat; in isVideoUBWCEnabled() local 295 pFormat = atoi(prop); in isVideoUBWCEnabled() 296 if (pFormat == 0) { in isVideoUBWCEnabled()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyInterface.h | 196 audio_format_t *pFormat, 220 audio_format_t *pFormat,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 669 int pFormat; in getStreamDefaultFormat() local 672 pFormat = atoi(prop); in getStreamDefaultFormat() 678 if (pFormat == 1 && forcePreviewUBWC && !is_goog_zoom_preview_enabled) { in getStreamDefaultFormat()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1984 int pFormat; in setPreviewFormat() local 1988 pFormat = atoi(prop); in setPreviewFormat() 1989 if (pFormat == 1) { in setPreviewFormat()
|