OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pre_ProcessState
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.h
80
}
Pre_ProcessState
;
88
Word16 Pre_Process_init(
Pre_ProcessState
**st);
95
Word16 Pre_Process_reset(
Pre_ProcessState
*st);
99
void Pre_Process_exit(
Pre_ProcessState
**st);
105
Pre_ProcessState
*st,
pre_proc.cpp
132
Pre_ProcessState
167
int Pre_Process_init (
Pre_ProcessState
**state)
169
Pre_ProcessState
* s;
171
if (state == (
Pre_ProcessState
**) NULL){
178
if ((s= (
Pre_ProcessState
*) malloc(sizeof(
Pre_ProcessState
))) == NULL){
212
Word16 Pre_Process_init(
Pre_ProcessState
**state)
214
Pre_ProcessState
* s;
216
if (state == (
Pre_ProcessState
**) NULL)
224
if ((s = (
Pre_ProcessState
*) malloc(sizeof(Pre_ProcessState))) == NULL
[
all
...]
sp_enc.h
111
Pre_ProcessState
*pre_state;
Completed in 75 milliseconds