OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writerType
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c
615
M4WRITER_OutputFileType
writerType
;
624
writerType
= M4WRITER_k3GPP;
627
writerType
= M4WRITER_kAMR;
630
writerType
= M4WRITER_kMP3;
634
writerType
= M4WRITER_kPCM;
642
pC->pWriterGlobalFcts = pC->WriterInterface[
writerType
].pGlobalFcts;
643
pC->pWriterDataFcts = pC->WriterInterface[
writerType
].pDataFcts;
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c
701
M4WRITER_OutputFileType
writerType
;
709
writerType
= M4WRITER_k3GPP;
717
pC->pWriterGlobalFcts = pC->WriterInterface[
writerType
].pGlobalFcts;
718
pC->pWriterDataFcts = pC->WriterInterface[
writerType
].pDataFcts;
[
all
...]
Completed in 29 milliseconds