OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClipList
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
37
mClipList
(NULL),
103
if(
mClipList
!= NULL) {
107
if(
mClipList
[i]->pFile != NULL) {
108
free(
mClipList
[i]->pFile);
109
mClipList
[i]->pFile = NULL;
112
free(
mClipList
[i]);
114
free(
mClipList
);
115
mClipList
= NULL;
181
if(
mClipList
!= NULL) {
185
if(
mClipList
[i]->pFile != NULL)
[
all
...]
VideoEditorPreviewController.h
91
M4VSS3GPP_ClipSettings **
mClipList
;
Completed in 248 milliseconds