OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Speech_Encode_FrameState
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sp_enc.cpp
158
Speech_Encode_FrameState
* s;
167
if ((s= (
Speech_Encode_FrameState
*) malloc(sizeof(
Speech_Encode_FrameState
))) == NULL){
219
Speech_Encode_FrameState
* s;
231
if ((s = (
Speech_Encode_FrameState
*) malloc(sizeof(
Speech_Encode_FrameState
))) == NULL)
245
Speech_Encode_FrameState
** temp = &s;
299
Speech_Encode_FrameState
*state =
300
(
Speech_Encode_FrameState
*) state_data;
344
Speech_Encode_FrameState
*state
[
all
...]
sp_enc.h
114
}
Speech_Encode_FrameState
;
138
Speech_Encode_FrameState
*st, /* i/o : post filter states */
amrencode.cpp
142
(
Speech_Encode_FrameState
)
220
Speech_Encode_FrameState
**speech_encode_frame =
221
(
Speech_Encode_FrameState
**)(pEncStructure);
278
(
Speech_Encode_FrameState
)
391
(
Speech_Encode_FrameState
)
456
Speech_Encode_FrameState
** speech_encode_frame =
457
(
Speech_Encode_FrameState
**)(pEncStructure);
Completed in 73 milliseconds