OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplesPerFrame
(Results
1 - 7
of
7
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h
272
EAS_INT
samplesPerFrame
;
/external/srec/srec/include/
utteranc.h
217
unsigned short
samplesPerFrame
;
/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
438
LVM_INT16
samplesPerFrame
= 1;
445
samplesPerFrame
= 2;
460
fwrite(pIn, frameCount*sizeof(LVM_INT16)*
samplesPerFrame
, 1, pContext->PcmInPtr);
472
for(int i=0; i<frameCount*
samplesPerFrame
; i++){
487
memset(pContext->InFrames32,0,frameCount * sizeof(LVM_INT32) *
samplesPerFrame
);
488
LOGV("\tZeroing %d samples per frame at the end of call",
samplesPerFrame
);
[
all
...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
187
int
samplesPerFrame
[30]; /* number of samples per frame, 30->30fps */
rate_control.cpp
465
for (i = 1; i < pMP->
samplesPerFrame
[j]; i++)
814
/* for pMP->
samplesPerFrame
*/
815
pMP->
samplesPerFrame
[pMP->framePos] = 0;
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
286
Int
samplesPerFrame
[30]; /* number of samples per frame, 30->30fps */
rate_control.cpp
315
/* for pMP->
samplesPerFrame
*/
316
pMP->
samplesPerFrame
[pMP->framePos] = 0;
[
all
...]
Completed in 213 milliseconds