Home
last modified time | relevance | path

Searched refs:getVideoEditorExportParamByName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp337 profile = sProfiles->getVideoEditorExportParamByName("videoeditor.export.profile", codec); in android_media_MediaProfiles_native_get_videoeditor_export_profile()
353 level = sProfiles->getVideoEditorExportParamByName("videoeditor.export.level", codec); in android_media_MediaProfiles_native_get_videoeditor_export_level()
/frameworks/av/include/media/
DMediaProfiles.h163 int getVideoEditorExportParamByName(const char *name, int codec) const;
/frameworks/av/media/libmedia/
DMediaProfiles.cpp984 int MediaProfiles::getVideoEditorExportParamByName( in getVideoEditorExportParamByName() function in android::MediaProfiles