Searched defs:pFormat (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libmedia/
H A DIMediaPlayerService.cpp81 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
89 *pFormat = reply.readInt32();
93 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
103 *pFormat = reply.readInt32();
H A Dmediaplayer.cpp712 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
718 p = service->decode(url, pSampleRate, pNumChannels, pFormat);
732 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
738 p = service->decode(fd, offset, length, pSampleRate, pNumChannels, pFormat);
H A DIAudioFlinger.cpp359 uint32_t *pFormat,
367 uint32_t format = pFormat ? *pFormat : 0;
386 if (pFormat) *pFormat = format;
433 uint32_t *pFormat,
440 uint32_t format = pFormat ? *pFormat : 0;
456 if (pFormat) *pFormat
357 openOutput(uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t *pLatencyMs, uint32_t flags) argument
431 openInput(uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t acoustics) argument
[all...]
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp666 M4ENCODER_AudioFormat format, M4ENCODER_AudioFormat* pFormat,
671 VIDEOEDITOR_CHECK(M4OSA_NULL != pFormat, M4ERR_PARAMETER);
674 LOGV("VideoEditorAudioEncoder_getInterface 0x%x 0x%x",pFormat,
679 *pFormat = format;
723 M4ENCODER_AudioFormat* pFormat,
726 M4ENCODER_kAAC, pFormat, pEncoderInterface);
730 M4ENCODER_AudioFormat* pFormat,
734 M4ENCODER_kAMRNB, pFormat, pEncoderInterface);
738 M4ENCODER_AudioFormat* pFormat,
743 M4ENCODER_kMP3, pFormat, pEncoderInterfac
665 VideoEditorAudioEncoder_getInterface( M4ENCODER_AudioFormat format, M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
722 VideoEditorAudioEncoder_getInterface_AAC( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
729 VideoEditorAudioEncoder_getInterface_AMRNB( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
737 VideoEditorAudioEncoder_getInterface_MP3( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
[all...]
H A DVideoEditorVideoEncoder.cpp1403 M4ENCODER_Format* pFormat,
1408 VIDEOEDITOR_CHECK(M4OSA_NULL != pFormat, M4ERR_PARAMETER);
1411 LOGV("VideoEditorVideoEncoder_getInterface begin 0x%x 0x%x %d", pFormat,
1417 *pFormat = format;
1469 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H263(M4ENCODER_Format* pFormat, argument
1471 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kH263, pFormat,
1475 M4OSA_ERR VideoEditorVideoEncoder_getInterface_MPEG4(M4ENCODER_Format* pFormat, argument
1477 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kMPEG4, pFormat,
1481 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H264(M4ENCODER_Format* pFormat, argument
1483 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kH264, pFormat,
1402 VideoEditorVideoEncoder_getInterface(M4ENCODER_Format format, M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
[all...]
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1152 sp<IMemory> MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
1200 *pFormat = (int)cache->format();
1201 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1208 sp<IMemory> MediaPlayerService::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) argument
1247 *pFormat = cache->format();
1248 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp1351 uint32_t *pFormat,
1362 return af->openOutput(pDevices, pSamplingRate, pFormat, pChannels,
1412 uint32_t *pFormat,
1422 return af->openInput(pDevices, pSamplingRate, pFormat, pChannels,
1348 aps_open_output(void *service, uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t *pLatencyMs, audio_policy_output_flags_t flags) argument
1409 aps_open_input(void *service, uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t acoustics) argument
H A DAudioFlinger.cpp4903 uint32_t *pFormat,
4912 uint32_t format = pFormat ? *pFormat : 0;
4961 if (pFormat) *pFormat = format;
5063 uint32_t *pFormat,
5070 uint32_t format = pFormat ? *pFormat : 0;
5131 if (pFormat) *pFormat
4901 openOutput(uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t *pLatencyMs, uint32_t flags) argument
5061 openInput(uint32_t *pDevices, uint32_t *pSamplingRate, uint32_t *pFormat, uint32_t *pChannels, uint32_t acoustics) argument
[all...]

Completed in 196 milliseconds