OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sid_sync
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.h
34
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 ,
amrencode.cpp
55
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);
sid_sync.cpp
34
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
function. I
495
void
sid_sync
(void *state,
function
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
Android.mk
57
src/
sid_sync
.cpp \
Completed in 2322 milliseconds