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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c68 pC->WriterInterface[i].pDataFcts = M4OSA_NULL;
168 pC->WriterInterface[MediaType].pDataFcts = pWtrDataInterface;
460 if (pC->WriterInterface[i].pDataFcts != M4OSA_NULL)
462 free(pC->WriterInterface[i].pDataFcts );
463 pC->WriterInterface[i].pDataFcts = M4OSA_NULL;
643 pC->pWriterDataFcts = pC->WriterInterface[writerType].pDataFcts;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Codecs.c61 pC->WriterInterface[i].pDataFcts = M4OSA_NULL;
168 pC->WriterInterface[MediaType].pDataFcts = pWtrDataInterface;
491 if( pC->WriterInterface[i].pDataFcts != M4OSA_NULL )
493 free(pC->WriterInterface[i].pDataFcts);
494 pC->WriterInterface[i].pDataFcts = M4OSA_NULL;
718 pC->pWriterDataFcts = pC->WriterInterface[writerType].pDataFcts;
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h187 M4WRITER_DataInterface* pDataFcts; /**< data manipulation functions */ member in struct:__anon256
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h93 M4WRITER_DataInterface* pDataFcts; /**< data manipulation functions */ member in struct:__anon293

Completed in 4108 milliseconds