Searched refs:sid_sync (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dsid_sync.h34 Filename: /audio/gsm-amr/c/include/sid_sync.h
113 /* initialize one instance of the sid_sync module
115 be passed to sid_sync in each call.
120 /* reset of sid_sync module (i.e. set state memory to zero)
125 /* de-initialize sid_sync module (i.e. free status struct)
135 void sid_sync_set_handover_debt(sid_syncState *st, /* i/o: sid_sync state */
139 void sid_sync(void *st ,
H A Damrencode.cpp55 Description: Added call to sid_sync function to support TX_NO_DATA case.
93 #include "sid_sync.h"
527 pointed to by pEncOutput.Then the function sid_sync is called to determine
555 encoded speech parameters, then, sid_sync is called to determine the transmit
600 CALL sid_sync(st = pSidSyncState,
682 CALL sid_sync(st = pSidSyncState,
780 sid_sync(pSidSyncState, usedMode, &tx_frame_type);
856 sid_sync(pSidSyncState, usedMode, &tx_frame_type);
H A Dsid_sync.cpp34 Filename: /audio/gsm-amr/c/src/sid_sync.c
39 sid_sync
47 sid_sync_init, sid_sync_reset, sid_sync_exit, and sid_sync.
75 #include "sid_sync.h"
126 This function initialize one instance of the sid_sync module. It stores
127 the pointer to state struct in *st. This pointer has to be passed to sid_sync
138 sid_sync.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
220 This function performs a reset of the sid_sync module by setting the state
231 sid_sync.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
297 This function frees up the state structure used by sid_sync functio
495 void sid_sync(void *state, function
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
H A DAndroid.mk58 src/sid_sync.cpp \

Completed in 92 milliseconds