OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addMediaCodec
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
MediaCodecList.h
97
void
addMediaCodec
(bool encoder, const char *name, const char *type = NULL);
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
63
addMediaCodec
(true /* encoder */, "AACEncoder", "audio/mp4a-latm");
65
addMediaCodec
(
304
addMediaCodec
(encoder, name, type);
309
void MediaCodecList::
addMediaCodec
(
Completed in 357 milliseconds