Home
last modified time | relevance | path

Searched refs:m_structSize (Results 1 – 15 of 15) sorted by relevance

/frameworks/media/libvideoeditor/vss/common/inc/
DM4DA_Types.h96 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */ member
122 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */ member
139 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */ member
175 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */ member
195 M4OSA_UInt32 m_structSize; /**< Structure size */ member
DM4TOOL_VersionInfo.h42 M4OSA_UInt32 m_structSize; member
/frameworks/media/libvideoeditor/vss/src/
DM4DECODER_Null.c60 M4OSA_Int32 m_structSize; // Size of the structure member
110 pStreamContext->m_structSize = sizeof(M4_VideoHandler_Context); in M4DECODER_NULL_create()
DM4AD_Null.c207 pVersionInfo->m_structSize=sizeof(M4_VersionInfo); in M4AD_NULL_getVersion()
DM4READER_Pcm.c356 pAudioStreamHandler->m_structSize = sizeof(M4_AudioStreamHandler); in M4READER_PCM_getNextStream()
450 pAccessUnit->m_structSize = sizeof(M4_AccessUnit); in M4READER_PCM_fillAuStruct()
DM4READER_Amr.c291 pAudioStreamHandler->m_structSize = sizeof(M4_AudioStreamHandler); in M4READER_AMR_getNextStream()
384 pAccessUnit->m_structSize = sizeof(M4_AccessUnit); in M4READER_AMR_fillAuStruct()
DM4AMRR_CoreReader.c89 M4OSA_Int32 m_structSize; /* size of structure*/ member
199 pStreamContext->m_structSize=sizeof(M4_AMRR_Context); in M4AMRR_openRead()
DM4VSS3GPP_Clip.c687 pClipCtxt->AudioAU.m_structSize = sizeof(pClipCtxt->AudioAU); in M4VSS3GPP_intClipOpen()
DM4xVSS_API.c6141 pVersion->m_structSize = sizeof(M4_VersionInfo); in M4xVSS_GetVersion()
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorMp3Reader.cpp517 pAudioStreamHandler->m_structSize = sizeof(M4_AudioStreamHandler); in VideoEditorMp3Reader_getNextStream()
597 pAccessUnit->m_structSize = sizeof(M4_AccessUnit); in VideoEditorMp3Reader_fillAuStruct()
DVideoEditor3gpReader.cpp835 pAccessUnit->m_structSize = sizeof(M4_AccessUnit); in VideoEditor3gpReader_fillAuStruct()
1478 pVideoStreamHandler->m_structSize=sizeof(M4_VideoStreamHandler); in VideoEditor3gpReader_getNextStreamHandler()
1686 pAudioStreamHandler->m_structSize=sizeof(M4_AudioStreamHandler); in VideoEditor3gpReader_getNextStreamHandler()
1816 (*pStreamHandler)->m_structSize = sizeof(M4_StreamHandler); in VideoEditor3gpReader_getNextStreamHandler()
DVideoEditorAudioDecoder.cpp787 pVersionInfo->m_structSize = sizeof(M4_VersionInfo); in VideoEditorAudioDecoder_getVersion()
DVideoEditorVideoDecoder.cpp1259 pVersionInfo->m_structSize=sizeof(M4_VersionInfo); in VideoEditorVideoDecoder_getOption()
/frameworks/media/libvideoeditor/vss/mcs/src/
DM4MCS_API.c2185 pC->ReaderVideoAU1.m_structSize = 0; in M4MCS_init()
2187 pC->ReaderVideoAU2.m_structSize = 0; in M4MCS_init()
2188 pC->ReaderAudioAU1.m_structSize = 0; in M4MCS_init()
2189 pC->ReaderAudioAU2.m_structSize = 0; in M4MCS_init()
7626 if( pC->ReaderVideoAU1.m_structSize == 0 ) in M4MCS_intStepBeginVideoJump()
7663 pC->ReaderVideoAU1.m_structSize = 0; in M4MCS_intStepBeginVideoJump()
7884 if( pC->ReaderAudioAU1.m_structSize == 0 ) in M4MCS_intAudioNullEncoding()
7960 if( pC->ReaderAudioAU2.m_structSize == 0 ) in M4MCS_intAudioNullEncoding()
8951 if (pC->ReaderVideoAU1.m_structSize == 0) { in M4MCS_intVideoNullEncoding()
9020 if( pC->ReaderVideoAU2.m_structSize == 0 ) in M4MCS_intVideoNullEncoding()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp2548 versionInfo.m_structSize = sizeof(versionInfo); in videoEditor_getVersion()