OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i32sample
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c
107
M4OSA_Int32
i32sample
;
local
124
i32sample
= *pPCMdata;
125
i32sample
*= pProgress->uiProgress;
126
i32sample
/= 1000;
127
*pPCMdata++ = (M4OSA_Int16)
i32sample
;
154
M4OSA_Int32
i32sample
;
local
172
i32sample
= *pPCMdata;
173
i32sample
*= pProgress->uiProgress;
174
i32sample
/= 1000;
175
*pPCMdata++ = (M4OSA_Int16)
i32sample
;
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditAudio.c
1544
i32sample
; \/**< we will cast each Int16 sample into this Int32 variable *\/
local
[
all
...]
Completed in 348 milliseconds