Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 13 of 13) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareGeneric.cpp196 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()
DAudioPolicyCompatClient.cpp41 audio_format_t *pFormat, in openOutput() argument
48 pFormat, pChannelMask, pLatencyMs, in openOutput()
76 audio_format_t *pFormat, in openInput() argument
80 pSamplingRate, pFormat, pChannelMask); in openInput()
DAudioHardwareStub.cpp119 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
DA2dpAudioInterface.cpp237 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()
DAudioPolicyCompatClient.h43 audio_format_t *pFormat,
56 audio_format_t *pFormat,
DAudioHardwareStub.h32 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_…
DAudioHardwareGeneric.h46 int *pFormat,
79 int *pFormat,
DA2dpAudioInterface.h82 int *pFormat,
/hardware/libhardware/include/hardware/
Daudio_policy.h272 audio_format_t *pFormat,
310 audio_format_t *pFormat,
391 audio_format_t *pFormat,
406 audio_format_t *pFormat,
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h196 audio_format_t *pFormat,
220 audio_format_t *pFormat,
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp633 int pFormat; in getStreamDefaultFormat() local
636 pFormat = atoi(prop); in getStreamDefaultFormat()
637 if (pFormat == 1) { in getStreamDefaultFormat()
649 int pFormat; in getStreamDefaultFormat() local
652 pFormat = atoi(prop); in getStreamDefaultFormat()
653 if (pFormat == 1) { in getStreamDefaultFormat()
/hardware/intel/img/psb_video/src/mrst/
Dpvr2d.h566 PVR2DFORMAT *pFormat,
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp1949 int pFormat; in setPreviewFormat() local
1953 pFormat = atoi(prop); in setPreviewFormat()
1954 if (pFormat == 1) { in setPreviewFormat()
9968 int pFormat; in getStreamFormat() local
9971 pFormat = atoi(prop); in getStreamFormat()
9972 if (pFormat == 1) { in getStreamFormat()