Home
last modified time | relevance | path

Searched refs:samplesPerFrame (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp269 int32_t samplesPerFrame, int32_t nChannels, in encodeNFrames() argument
276 int bytesCount = samplesPerFrame * nChannels * 2; in encodeNFrames()
278 (int)(((float)samplesPerFrame / nSampleRate) * 1000000); in encodeNFrames()
369 int32_t samplesPerFrame = 1024; in TEST_F() local
374 samplesPerFrame = 1024; in TEST_F()
379 samplesPerFrame = 1152; in TEST_F()
384 samplesPerFrame = 960; in TEST_F()
389 samplesPerFrame = 160; in TEST_F()
394 samplesPerFrame = 160; in TEST_F()
408 samplesPerFrame, nChannels, nSampleRate)); in TEST_F()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp310 int32_t samplesPerFrame, int32_t nChannels, in encodeNFrames() argument
316 int bytesCount = samplesPerFrame * nChannels * 2; in encodeNFrames()
318 (int)(((float)samplesPerFrame / nSampleRate) * 1000000); in encodeNFrames()
420 int32_t samplesPerFrame = 1024; in TEST_F() local
426 samplesPerFrame = 160; in TEST_F()
432 samplesPerFrame = 160; in TEST_F()
438 samplesPerFrame = 1024; in TEST_F()
444 samplesPerFrame = 1152; in TEST_F()
470 128, samplesPerFrame, nChannels, in TEST_F()