OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVePlayer
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
67
mVePlayer
[i] = NULL;
97
if(
mVePlayer
[playerInst] != NULL) {
98
ALOGV("clearing
mVePlayer
%d", playerInst);
99
mVePlayer
[playerInst].clear();
449
if(
mVePlayer
[playerInst] != NULL) {
482
mVePlayer
[playerInst] = new VideoEditorPlayer(mNativeWindowRenderer);
483
if(
mVePlayer
[playerInst] == NULL) {
489
mVePlayer
[playerInst]->setNotifyCallback(this,(notify_callback_f)notify);
492
mVePlayer
[playerInst]->loadEffectsSettings(mEffectsSettings,
496
mVePlayer
[playerInst]->loadAudioMixSettings(mBackgroundAudioSetting)
[
all
...]
VideoEditorPreviewController.h
84
sp<VideoEditorPlayer>
mVePlayer
[kTotalNumPlayerInstances];
Completed in 31 milliseconds