OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sid_syncState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.cpp
168
sid_syncState
* s;
179
if ((s = (
sid_syncState
*)
180
malloc(sizeof(
sid_syncState
))) == NULL)
260
sid_syncState
*state = (
sid_syncState
*) st;
337
sid_syncState
**st = (
sid_syncState
**) state;
362
(
sid_syncState
)
419
void sid_sync_set_handover_debt(
sid_syncState
*st,
438
(
sid_syncState
)
[
all
...]
sid_sync.h
107
}
sid_syncState
;
135
void sid_sync_set_handover_debt(
sid_syncState
*st, /* i/o: sid_sync state */
amrencode.cpp
143
sid_state = pointer to SID sync structure (
sid_syncState
)
223
sid_syncState
**sid_sync_state = (
sid_syncState
**)(pSidSyncStructure);
279
sid_state = pointer to SID sync structure (
sid_syncState
)
392
sid_state = pointer to SID sync structure (
sid_syncState
)
459
sid_syncState
** sid_sync_state = (
sid_syncState
**)(pSidSyncStructure);
Completed in 302 milliseconds