OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QC_OUT
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_main.h
32
Word16 QCOutNew(
QC_OUT
*hQC, Word16 nChannels, VO_MEM_OPERATOR *pMemOP);
34
void QCOutDelete(
QC_OUT
*hQC, VO_MEM_OPERATOR *pMemOP);
55
QC_OUT
* qcOut);
58
QC_OUT
* qcOut);
bitenc.h
43
QC_OUT
*qcOut,
aacenc_core.h
56
QC_OUT
qcOut; /* Word16 size: MAX_CHANNELS*920(QC_OUT_CHANNEL) + 5(QC_OUT_ELEMENT) + 7 = 932 / 1852 */
qc_data.h
111
}
QC_OUT
;
/external/aac/libAACenc/src/
qc_main.h
102
AAC_ENCODER_ERROR FDKaacEnc_QCOutNew(
QC_OUT
**phQC,
109
AAC_ENCODER_ERROR FDKaacEnc_QCOutInit(
QC_OUT
*phQC[(1)],
133
QC_OUT
** qcOut,
144
QC_OUT
** qcOut);
149
QC_OUT
**qcOut);
153
QC_OUT
*qcOut,
168
void FDKaacEnc_QCClose (QC_STATE **phQCstate,
QC_OUT
**phQC);
bitenc.h
166
QC_OUT
* qcOut,
aacEnc_ram.h
132
QC_OUT
*qcOut[(1)];
221
H_ALLOC_MEM (Ram_aacEnc_QCout,
QC_OUT
)
aacEnc_ram.cpp
173
The structure
QC_OUT
contains settings and structures holding all necessary information
177
C_ALLOC_MEM2 (Ram_aacEnc_QCout,
QC_OUT
, 1, (1))
adj_thr.h
140
QC_OUT
* qcOut,
qc_main.cpp
145
QC_OUT
* qcOut,
160
QC_OUT
* qcOut,
168
void FDKaacEnc_QCClose (QC_STATE **phQCstate,
QC_OUT
**phQC);
241
AAC_ENCODER_ERROR FDKaacEnc_QCOutNew(
QC_OUT
**phQC,
296
AAC_ENCODER_ERROR FDKaacEnc_QCOutInit(
QC_OUT
*phQC[(1)],
555
QC_OUT
** qcOut,
611
QC_OUT
** qcOut,
704
static INT FDKaacEnc_getTotalConsumedDynBits(
QC_OUT
** qcOut,
722
static INT FDKaacEnc_getTotalConsumedBits(
QC_OUT
** qcOut,
796
QC_OUT
** qcOut
[
all
...]
qc_data.h
238
}
QC_OUT
;
aacenc.cpp
703
QC_OUT
*qcOut = hAacEnc->qcOut[c];
[
all
...]
bitenc.cpp
[
all
...]
adj_thr.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c
122
Word16 QCOutNew(
QC_OUT
*hQC, Word16 nChannels, VO_MEM_OPERATOR *pMemOP)
162
void QCOutDelete(
QC_OUT
* hQC, VO_MEM_OPERATOR *pMemOP)
441
QC_OUT
* qcOut)
473
QC_OUT
* qcOut)
bitenc.c
578
QC_OUT
*qcOut,
Completed in 705 milliseconds