Searched refs:getVideoEditorCapParamByName (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp299 sProfiles->getVideoEditorCapParamByName("videoeditor.input.width.max");
301 sProfiles->getVideoEditorCapParamByName("videoeditor.input.height.max");
303 sProfiles->getVideoEditorCapParamByName("videoeditor.output.width.max");
305 sProfiles->getVideoEditorCapParamByName("videoeditor.output.height.max");
/frameworks/av/include/media/
H A DMediaProfiles.h150 int getVideoEditorCapParamByName(const char *name) const;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp582 pEncoderContext->mVideoEditorProfile->getVideoEditorCapParamByName(
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp1009 int MediaProfiles::getVideoEditorCapParamByName(const char *name) const function in class:android::MediaProfiles
1011 ALOGV("getVideoEditorCapParamByName: %s", name);

Completed in 45 milliseconds