/frameworks/av/media/libaaudio/src/flowgraph/ |
D | FlowGraphNode.h | 166 FlowGraphPort(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPort() argument 168 , mSamplesPerFrame(samplesPerFrame) { in FlowGraphPort() 202 int32_t samplesPerFrame, 232 FlowGraphPortFloatOutput(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPortFloatOutput() argument 233 : FlowGraphPortFloat(parent, samplesPerFrame) { in FlowGraphPortFloatOutput() 280 FlowGraphPortFloatInput(FlowGraphNode &parent, int32_t samplesPerFrame) in FlowGraphPortFloatInput() argument 281 : FlowGraphPortFloat(parent, samplesPerFrame) { in FlowGraphPortFloatInput()
|
D | FlowGraphNode.cpp | 66 int32_t samplesPerFrame, in FlowGraphPortFloat() argument 68 : FlowGraphPort(parent, samplesPerFrame) in FlowGraphPortFloat()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_aaudio_monkey.cpp | 191 int32_t samplesPerFrame = AAudioStream_getChannelCount(stream); in renderAudio() local 198 mSine1.render(&audioBuffer[0], samplesPerFrame, numFrames); in renderAudio() 200 if (samplesPerFrame > 1) { in renderAudio() 201 mSine2.render(&audioBuffer[1], samplesPerFrame, numFrames); in renderAudio() 208 mSine1.render(&audioBuffer[0], samplesPerFrame, numFrames); in renderAudio() 210 if (samplesPerFrame > 1) { in renderAudio() 211 mSine2.render(&audioBuffer[1], samplesPerFrame, numFrames); in renderAudio()
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioSimplePlayer.h | 203 int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream); in prime() local 205 float zeros[numFrames * samplesPerFrame]; in prime() 399 int32_t samplesPerFrame = AAudioStream_getChannelCount(stream); in SimplePlayerDataCallbackProc() local 401 int numActiveOscillators = std::min(samplesPerFrame, MAX_CHANNELS); in SimplePlayerDataCallbackProc() 407 samplesPerFrame, numFrames); in SimplePlayerDataCallbackProc() 415 samplesPerFrame, numFrames); in SimplePlayerDataCallbackProc() 424 samplesPerFrame, numFrames); in SimplePlayerDataCallbackProc() 432 samplesPerFrame, numFrames); in SimplePlayerDataCallbackProc()
|
D | AAudioSimpleRecorder.h | 189 int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream); in prime() local 191 float zeros[numFrames * samplesPerFrame]; in prime() 265 int32_t samplesPerFrame = AAudioStream_getChannelCount(stream); in SimpleRecorderDataCallbackProc() local 273 sample = audioBuffer[frameIndex * samplesPerFrame] * (1.0/32768); in SimpleRecorderDataCallbackProc() 285 sample = audioBuffer[frameIndex * samplesPerFrame]; in SimpleRecorderDataCallbackProc()
|
/frameworks/av/services/oboeservice/ |
D | AAudioMixer.cpp | 36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate() argument 37 mSamplesPerFrame = samplesPerFrame; in allocate() 39 int32_t samplesPerBuffer = samplesPerFrame * framesPerBurst; in allocate()
|
D | AAudioMixer.h | 29 void allocate(int32_t samplesPerFrame, int32_t framesPerBurst);
|
/frameworks/av/media/libaaudio/src/utility/ |
D | AAudioUtilities.cpp | 540 aaudio_channel_mask_t channelMask, int32_t samplesPerFrame, bool isInput) { in AAudio_getChannelMaskForOpen() argument 542 if (AAudio_isChannelIndexMask(channelMask) && samplesPerFrame <= 2) { in AAudio_getChannelMaskForOpen() 546 return isInput ? audio_channel_in_mask_from_count(samplesPerFrame) in AAudio_getChannelMaskForOpen() 547 : audio_channel_out_mask_from_count(samplesPerFrame); in AAudio_getChannelMaskForOpen()
|
D | AAudioUtilities.h | 131 aaudio_channel_mask_t channelMask, int32_t samplesPerFrame, bool isInput);
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 111 void getSamplesPerFrame(int32_t nChannels, int32_t* samplesPerFrame); 289 void Codec2AudioEncHidlTestBase::getSamplesPerFrame(int32_t nChannels, int32_t* samplesPerFrame) { in getSamplesPerFrame() argument 297 *samplesPerFrame = mEncoderFrameSize; in getSamplesPerFrame() 308 *samplesPerFrame = std::min((maxInputSize / (nChannels * 2)), kMaxSamplesPerFrame); in getSamplesPerFrame() 329 std::ifstream& eleStream, uint32_t nFrames, int32_t samplesPerFrame, in encodeNFrames() argument 336 uint32_t bytesCount = samplesPerFrame * nChannels * 2; in encodeNFrames() 337 int32_t timestampIncr = (int)(((float)samplesPerFrame / nSampleRate) * 1000000); in encodeNFrames()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_test_utils.cpp | 393 const int samplesPerFrame = audio_channel_count_from_in_mask(mChannelMask); in create() local 395 mNotificationFrames = mMaxBytesPerCallback / (samplesPerFrame * bytesPerSample); in create() 442 mMaxBytesPerCallback = mNotificationFrames * samplesPerFrame * bytesPerSample; in create()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioAudio.cpp | 128 int32_t samplesPerFrame) in AAudioStreamBuilder_setSamplesPerFrame() argument 131 const aaudio_channel_mask_t channelMask = AAudioConvert_channelCountToMask(samplesPerFrame); in AAudioStreamBuilder_setSamplesPerFrame()
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | mp4lib_int.h | 287 Int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member
|
D | rate_control.cpp | 316 pMP->samplesPerFrame[pMP->framePos] = 0; in RC_VopUpdateStat() 747 for (i = 1; i < pMP->samplesPerFrame[j]; i++) in calculateQuantizer_Multipass()
|
/frameworks/av/media/libaaudio/include/aaudio/ |
D | AAudio.h | 1024 int32_t samplesPerFrame) __INTRODUCED_IN(26);
|