OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIME_IETF
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
frame_type_3gpp.h
128
MIME_IETF
,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp
414
if ((input_format ==
MIME_IETF
) | (input_format == IF2))
416
if (input_format ==
MIME_IETF
)
/frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp
169
if (AMRDecode(mDecoder, type, bytes, samples,
MIME_IETF
) != length) {
252
if (AMRDecode(mDecoder, AMR_122, bytes, &samples[n],
MIME_IETF
) != 31) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
amrnbdec_test.cpp
126
(int16_t*)outputBuf,
MIME_IETF
);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp
352
// for WMF since
MIME_IETF
is used when calling AMRDecode.
367
MIME_IETF
);
Completed in 96 milliseconds