OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcmOutPtr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
100
FILE *
PcmOutPtr
;
EffectBundle.cpp
264
pContext->pBundledContext->
PcmOutPtr
= fopen(fileName, "w");
265
if (pContext->pBundledContext->
PcmOutPtr
== NULL) {
426
if (pContext->pBundledContext->
PcmOutPtr
!= NULL) {
427
fclose(pContext->pBundledContext->
PcmOutPtr
);
428
pContext->pBundledContext->
PcmOutPtr
= NULL;
[
all
...]
/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
146
FILE *
PcmOutPtr
;
278
pContext->
PcmOutPtr
= NULL;
281
pContext->
PcmOutPtr
= fopen("/data/tmp/reverb_pcm_out.pcm", "w");
284
(pContext->
PcmOutPtr
== NULL)){
310
fclose(pContext->
PcmOutPtr
);
549
fwrite(OutFrames16, frameCount*sizeof(LVM_INT16)*2, 1, pContext->
PcmOutPtr
);
550
fflush(pContext->
PcmOutPtr
);
[
all
...]
Completed in 720 milliseconds