Searched defs:pFormat (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraCommon.cpp | 290 int pFormat; local 295 pFormat = atoi(prop); 296 if (pFormat == 0) {
|
/hardware/libhardware_legacy/audio/ |
H A D | AudioHardwareGeneric.cpp | 196 int *pFormat, 200 int lFormat = pFormat ? *pFormat : 0; 213 if (pFormat) *pFormat = format(); 219 if (pFormat) *pFormat = lFormat; 315 int *pFormat, 320 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE; 321 ALOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannel 192 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument 311 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics) argument [all...] |
H A D | AudioHardwareStub.cpp | 119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument 121 if (pFormat) *pFormat = format(); 169 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, argument
|
H A D | A2dpAudioInterface.cpp | 237 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate) 239 int lFormat = pFormat ? *pFormat : 0; 254 if (pFormat) *pFormat = format(); 260 if (pFormat) *pFormat = lFormat; 236 set( uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 669 int pFormat; local 672 pFormat = atoi(prop); 678 if (pFormat == 1 && forcePreviewUBWC && !is_goog_zoom_preview_enabled) {
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 1984 int pFormat; local 1988 pFormat = atoi(prop); 1989 if (pFormat == 1) {
|
Completed in 1357 milliseconds