OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateMime
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/media/
MediaCodecInfo.h
128
status_t
updateMime
(const char *mime);
/frameworks/av/media/libmedia/
MediaCodecInfo.cpp
226
status_t MediaCodecInfo::
updateMime
(const char *mime) {
229
ALOGE("
updateMime
mime not found %s", mime);
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
659
mCurrentInfo->
updateMime
(type); // to set the current cap
730
mCurrentInfo->
updateMime
(type);
835
ret = mCurrentInfo->
updateMime
(name);
[
all
...]
Completed in 5336 milliseconds