Searched defs:samplesPerFrame (Results  1 – 11 of 11) sorted by relevance
| /frameworks/av/media/libaaudio/src/flowgraph/ | 
| D | FlowGraphNode.h | 166     FlowGraphPort(FlowGraphNode &parent, int32_t samplesPerFrame)  in FlowGraphPort() 232     FlowGraphPortFloatOutput(FlowGraphNode &parent, int32_t samplesPerFrame)  in FlowGraphPortFloatOutput() 280     FlowGraphPortFloatInput(FlowGraphNode &parent, int32_t samplesPerFrame)  in FlowGraphPortFloatInput()
  | 
| D | FlowGraphNode.cpp | 66                                int32_t samplesPerFrame,  in FlowGraphPortFloat()
  | 
| /frameworks/av/media/libaaudio/examples/utils/ | 
| D | AAudioSimpleRecorder.h | 189         int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream);  in prime()  local 265     int32_t samplesPerFrame = AAudioStream_getChannelCount(stream);  in SimpleRecorderDataCallbackProc()  local
  | 
| D | AAudioSimplePlayer.h | 203         int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream);  in prime()  local 399     int32_t samplesPerFrame = AAudioStream_getChannelCount(stream);  in SimplePlayerDataCallbackProc()  local
  | 
| /frameworks/av/services/oboeservice/ | 
| D | AAudioMixer.cpp | 36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) {  in allocate()
  | 
| /frameworks/av/media/libaaudio/tests/ | 
| D | test_aaudio_monkey.cpp | 191         int32_t samplesPerFrame = AAudioStream_getChannelCount(stream);  in renderAudio()  local
  | 
| /frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ | 
| D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 287 void Codec2AudioEncHidlTestBase::getSamplesPerFrame(int32_t nChannels, int32_t* samplesPerFrame) {  in getSamplesPerFrame() 327                    std::ifstream& eleStream, uint32_t nFrames, int32_t samplesPerFrame,  in encodeNFrames()
  | 
| /frameworks/av/media/libaaudio/src/utility/ | 
| D | AAudioUtilities.cpp | 542         aaudio_channel_mask_t channelMask, int32_t samplesPerFrame, bool isInput) {  in AAudio_getChannelMaskForOpen()
  | 
| /frameworks/av/media/libaudioclient/tests/ | 
| D | audio_test_utils.cpp | 408     const int samplesPerFrame = audio_channel_count_from_in_mask(mChannelMask);  in create()  local
  | 
| /frameworks/av/media/libaaudio/src/core/ | 
| D | AAudioAudio.cpp | 128                                                        int32_t 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
  |