Searched refs:pNumChannels (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/include/media/ |
D | IMediaPlayerService.h | 58 int* pNumChannels, 63 int* pNumChannels, audio_format_t* pFormat,
|
D | mediaplayer.h | 239 int* pNumChannels, 244 int* pNumChannels, audio_format_t* pFormat,
|
/frameworks/wilhelm/src/itf/ |
D | IMuteSolo.c | 166 static SLresult IMuteSolo_GetNumChannels(SLMuteSoloItf self, SLuint8 *pNumChannels) in IMuteSolo_GetNumChannels() argument 170 if (NULL == pNumChannels) { in IMuteSolo_GetNumChannels() 182 *pNumChannels = numChannels; in IMuteSolo_GetNumChannels()
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 95 int* pNumChannels, in decode() argument 113 *pNumChannels = reply.readInt32(); in decode() 122 int* pNumChannels, audio_format_t* pFormat, in decode() argument 136 *pNumChannels = reply.readInt32(); in decode()
|
D | mediaplayer.cpp | 842 int* pNumChannels, in decode() argument 851 status = service->decode(httpService, url, pSampleRate, pNumChannels, pFormat, heap, pSize); in decode() 867 uint32_t *pSampleRate, int* pNumChannels, in decode() argument 876 pNumChannels, pFormat, heap, pSize); in decode()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 270 int* pNumChannels, 276 uint32_t *pSampleRate, int* pNumChannels,
|
D | MediaPlayerService.cpp | 1288 int* pNumChannels, in decode() argument 1339 *pNumChannels = cache->channelCount(); in decode() 1342 *pSize, *pSampleRate, *pNumChannels, *pFormat); in decode() 1351 uint32_t *pSampleRate, int* pNumChannels, in decode() argument 1394 *pNumChannels = cache->channelCount(); in decode() 1397 *pSize, *pSampleRate, *pNumChannels, *pFormat); in decode()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1952 SLuint8 *pNumChannels
|