OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4WRITER_kType_NB
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h
63
M4WRITER_kType_NB
/* number of writers, keep it as last enum entry */
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c
65
for (i = 0; i <
M4WRITER_kType_NB
; i++ )
152
if((MediaType == M4WRITER_kUnknown) || (MediaType >=
M4WRITER_kType_NB
))
453
for (i = 0; i <
M4WRITER_kType_NB
; i++)
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c
58
for ( i = 0; i <
M4WRITER_kType_NB
; i++ )
151
if( ( MediaType == M4WRITER_kUnknown) || (MediaType >=
M4WRITER_kType_NB
) )
483
for ( i = 0; i <
M4WRITER_kType_NB
; i++ )
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h
222
M4VSS3GPP_WriterInterface WriterInterface[
M4WRITER_kType_NB
];
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
532
M4MCS_WriterInterface WriterInterface[
M4WRITER_kType_NB
];
Completed in 111 milliseconds