OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_framesize
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/services/audioflinger/
test-resample.cpp
242
size_t
input_framesize
= channels * sizeof(int16_t);
local
243
size_t input_frames = input_size /
input_framesize
;
249
input_framesize
= channels * sizeof(float);
250
input_size = input_frames *
input_framesize
;
326
} provider(input_vaddr, input_frames,
input_framesize
, Pvalues);
Completed in 876 milliseconds