Searched refs:ewc (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c176 /* Init PC->ewc members */
178 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
179 pC->ewc.bVideoDataPartitioning = M4OSA_FALSE;
180 pC->ewc.pVideoOutputDsi = M4OSA_NULL;
181 pC->ewc.AudioStreamType = M4SYS_kAudioUnknown;
182 pC->ewc.uiNbChannels = 1;
183 pC->ewc.pAudioOutputDsi = M4OSA_NULL;
184 pC->ewc.pAudioEncCtxt = M4OSA_NULL;
185 pC->ewc.pAudioEncDSI.pInfo = M4OSA_NULL;
186 pC->ewc
[all...]
H A DM4VSS3GPP_EditAudio.c115 err = pC->pOsaFileWritPtr->writeData(pC->ewc.p3gpWriterContext,
133 pC->ewc.dATo =
144 err = pC->pOsaFileWritPtr->writeData(pC->ewc.p3gpWriterContext,
168 err = pC->pOsaFileWritPtr->writeData(pC->ewc.p3gpWriterContext,
242 if( ( pC->ewc.dATo - pC->pC1->iAoffset / pC->pC1->scale_audio + 0.5)
274 pC->ewc.dATo, pC->Astate, pC->pC1->iAoffset);
292 pC->ewc.p3gpWriterContext, M4VSS3GPP_WRITER_AUDIO_STREAM_ID,
293 &pC->ewc.WriterAudioAU);
306 pC->ewc.WriterAudioAU.CTS =
320 < (pC->ewc
[all...]
H A DM4VSS3GPP_Edit.c180 * Init PC->ewc members */
182 pC->ewc.dInputVidCts = 0.0;
183 pC->ewc.dOutputVidCts = 0.0;
184 pC->ewc.dATo = 0.0;
185 pC->ewc.iOutputDuration = 0;
186 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
187 pC->ewc.uiVideoBitrate = 0;
188 pC->ewc.uiVideoWidth = 0;
189 pC->ewc.uiVideoHeight = 0;
190 pC->ewc
[all...]
H A DM4VSS3GPP_EditVideo.c140 if ( ((M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset
144 pC->iInOutTimeOffset = ((M4OSA_Int32)(pC->ewc.dInputVidCts))
207 iCts = (M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset;
250 + pC->pC1->iVoffset <= pC->ewc.WriterVideoAU.CTS) )
260 iCts = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pC->pC1->iVoffset - 1;
276 pC->ewc.p3gpWriterContext,
278 &pC->ewc.WriterVideoAU);
291 pC->ewc.WriterVideoAU.attribute = pC->pC1->VideoAU.m_attribute;
293 pC->ewc.WriterVideoAU.CTS = (M4OSA_Time)pC->pC1->VideoAU.m_CTS +
295 pC->ewc
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h581 M4VSS3GPP_EncodeWriteContext ewc; /**< Audio and video encode/write stuff */ member in struct:__anon262
669 M4VSS3GPP_EncodeWriteContext ewc; /**< Audio and video encode/write stuff */ member in struct:__anon263

Completed in 343 milliseconds