Searched defs:pFrameCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp103 size_t *pFrameCount,
120 size_t frameCount = pFrameCount != NULL ? *pFrameCount : 0;
145 if (pFrameCount != NULL) {
146 *pFrameCount = frameCount;
182 size_t *pFrameCount,
201 size_t frameCount = pFrameCount != NULL ? *pFrameCount : 0;
221 if (pFrameCount != NULL) {
222 *pFrameCount
98 createTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, track_flags_t *flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t pid, pid_t tid, audio_session_t *sessionId, int clientUid, status_t *status) argument
176 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t *pFrameCount, track_flags_t *flags, pid_t pid, pid_t tid, int clientUid, audio_session_t *sessionId, size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status) argument
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp176 // IAudioFlinger::createTrack() has an in/out parameter 'pFrameCount' for the total size of the
1753 size_t *pFrameCount,
1761 size_t frameCount = *pFrameCount;
1831 *pFrameCount = frameCount;
6281 size_t *pFrameCount,
6289 size_t frameCount = *pFrameCount;
6355 *pFrameCount = frameCount;
1747 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, const sp<IMemory>& sharedBuffer, audio_session_t sessionId, IAudioFlinger::track_flags_t *flags, pid_t tid, int uid, status_t *status) argument
6276 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, audio_session_t sessionId, size_t *notificationFrames, int uid, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status) argument

Completed in 53 milliseconds