/frameworks/av/libvideoeditor/vss/src/ |
M4VD_EXTERNAL_BitstreamParser.c | 34 M4OSA_Int32 profile; 35 M4OSA_Int32 level; 98 M4OSA_ERR M4DECODER_EXTERNAL_ParseVideoDSI(M4OSA_UInt8* pVol, M4OSA_Int32 aVolSize, 490 M4OSA_ERR getAVCProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize, 491 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel) { 593 M4OSA_ERR getH263ProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize, 594 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel) { 678 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel) [all...] |
M4VSS3GPP_AudioMixing.c | 77 static M4OSA_Bool M4VSS3GPP_isThresholdBreached( M4OSA_Int32 *averageValue, 78 M4OSA_Int32 storeCount, 79 M4OSA_Int32 thresholdValue ); 230 pC->ewc.iOutputDuration = (M4OSA_Int32)pC->pInputClipCtxt->pSettings-> 235 /* gInputParams.lvOutSampleRate*/(M4OSA_Int32)pSettings->outputASF, 1); 364 M4OSA_Int32 jumpCTS = (M4OSA_Int32)(pC->uiBeginLoop); 381 (M4OSA_Int32)(pC->ewc.dATo * pC->ewc.scale_audio + 0.5); [all...] |
M4VSS3GPP_EditVideo.c | 131 M4OSA_Int32 iCts, iNextCts; 140 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; 260 iCts = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pC->pC1->iVoffset - 1; 261 iNextCts = iCts + ((M4OSA_Int32)pC->dOutputFrameDuration) + 1; 443 err = M4VSS3GPP_intClipDecodeVideoUpToCts(pC->pC1, (M4OSA_Int32)pC->ewc.dInputVidCts); 568 (M4OSA_Int32)pC->ewc.dInputVidCts); 608 (M4OSA_Int32)pC->ewc.dInputVidCts); 728 const M4OSA_Int32 t = (M4OSA_Int32)pC->ewc.dInputVidCts [all...] |
M4VSS3GPP_Clip.c | 220 M4OSA_Int32 iDuration; 725 iDuration = (M4OSA_Int32)( 729 if( ( M4OSA_NULL != pClipCtxt->pAudioStream) && ((M4OSA_Int32)( 733 iDuration = (M4OSA_Int32)( 745 pClipCtxt->iEndTime = (M4OSA_Int32)pClipCtxt->pSettings->uiEndCutTime; 794 M4OSA_Int32 iCts ) 796 M4OSA_Int32 iRapCts, iClipCts; [all...] |
M4DECODER_Null.c | 52 M4OSA_Int32 m_DecoderId; // Core decoder identifier
53 M4OSA_Int32 m_RendererId; // Core renderer identifier
60 M4OSA_Int32 m_structSize; // Size of the structure
|
M4xVSS_internal.c | [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4DA_Types.h | 86 M4OSA_Int32 m_duration; /**< Duration of the stream in milli 121 M4OSA_Int32 videoRotationDegrees; /**< Video rotation degree */
|
M4SYS_Stream.h | 162 M4OSA_Int32 averageBitrate; /**< The average bitrate (in bit per second) of this stream. 166 M4OSA_Int32 maxBitrate; /**< The maximum bitrate (in bit per second) of this stream.
|
M4ENCODER_common.h | 269 M4OSA_Int32 videoProfile; /** video profile */ 270 M4OSA_Int32 videoLevel; /** video level */ 296 M4OSA_Int32 videoProfile; /** output video profile */ 297 M4OSA_Int32 videoLevel; /** output video level */ 388 M4OSA_Int32 inbuf_size, 389 M4OSA_UInt8 *outbuff, M4OSA_Int32 *outbuf_size);
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_VideoPreProcessing.c | 249 (M4MCS_ABS((M4OSA_Int32) 255 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height\ 260 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height\ 275 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_width-\ 279 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_width-\ 283 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_width-\ 329 (M4OSA_Int32)((M4OSA_Int32) 343 (M4OSA_Int32)((M4OSA_Int32) [all...] |
M4MCS_API.c | 116 M4OSA_Int32 freebitrate, 128 static M4OSA_Int32 M4MCS_intLimitBitrateForH263Enc(M4OSA_Int32 profile, 129 M4OSA_Int32 level, M4OSA_Int32 bitrate); 130 static M4OSA_Int32 M4MCS_intLimitBitrateForMpeg4Enc(M4OSA_Int32 profile, 131 M4OSA_Int32 level, M4OSA_Int32 bitrate); 132 static M4OSA_Int32 M4MCS_intLimitBitrateForH264Enc(M4OSA_Int32 profile [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4xVSS_Internal.h | 95 M4OSA_Int32 duration; /**< Duration of the frame */ 96 M4OSA_Int32 previousClipTime; /**< Previous clip time, used by framing 98 M4OSA_Int32 previewOffsetClipTime; /**< Previous clip time, used by framing 100 M4OSA_Int32 previewClipTime; /**< Current clip time, used by framing 155 M4OSA_Int32 effectStartTime; /**<Effect start time*/ 226 M4OSA_Int32 previousClipTime; /**< Previous clip time, used by framing filter 363 M4OSA_Int32 blendingthreshold; /**< Blending Range */
|
M4VSS3GPP_InternalFunctions.h | 183 M4OSA_ERR M4VSS3GPP_intClipDecodeVideoUpToCts(M4VSS3GPP_ClipContext* pClipCtxt, M4OSA_Int32 iCts); 217 M4OSA_ERR M4VSS3GPP_intClipJumpAudioAt(M4VSS3GPP_ClipContext *pClipCtxt, M4OSA_Int32 *pJumpCts);
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorThumbnailMain.cpp | 58 M4OSA_Int32* m_dst32; 75 M4OSA_Int32* pixelArray, 115 M4OSA_Int32* dst = pC->m_dst32; 220 M4OSA_Int32* pixelArray, 266 M4OSA_Int32* pixelArray, M4OSA_UInt32 width, 303 err = ThumbnailGetPixels(pContext, (M4OSA_Int32*)pixelArray, width, height,
|
VideoBrowserMain.h | 149 M4OSA_ERR videoBrowserSetWindow(M4OSA_Context pContext, M4OSA_Int32* pixelArray,
|
VideoEditorPropertiesMain.cpp | 78 M4OSA_Int32* pCmpResult); 89 M4OSA_Int32 cmpResult = 0; 340 M4OSA_Int32 cmpResult = 0; 537 M4OSA_Int32* pCmpResult)
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPreviewController.h | 44 M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, 99 M4OSA_Int32 mCurrentClipNumber;
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_FileCommon.c | 70 M4OSA_Int32 i = 0; 71 M4OSA_Int32 iMode = 0; 72 M4OSA_Int32 iSize = 0; 73 M4OSA_Int32 iSavePos = 0; 477 M4OSA_Int32 i32_err_code=0; 621 M4OSA_Int32 i = 0; 622 M4OSA_Int32 iUrlLen = 0; 623 M4OSA_Int32 FileNameLen = 0;
|
M4OSA_Semaphore.c | 129 M4OSA_ERR M4OSA_semaphoreWait(M4OSA_Context context, M4OSA_Int32 timeout) 145 if ( (M4OSA_Int32)M4OSA_WAIT_FOREVER == timeout)
|
M4OSA_FileWriter.c | 437 M4OSA_Int32 iSavePos = 0; 438 M4OSA_Int32 iSize = 0; 564 pFileContext->m_DescrModeAccess = (M4OSA_Int32)*(M4OSA_Int32*)optionValue;
|
M4OSA_FileReader.c | 91 M4OSA_Int32 uiSizeRead; 442 M4OSA_Int32 iSavePos = 0; 443 M4OSA_Int32 iSize = 0;
|
M4OSA_CharStar.c | 94 "M4OSA_Int32* %x)",pStrIn1,pStrIn2,pResult); 313 M4OSA_Int32 newFormatLength=0; 319 M4OSA_Int32 err;
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditor3gpReader.cpp | 117 M4OSA_Int32 mSize; /**< bitstream size in bytes */ 118 M4OSA_Int32 mIndex; /**< byte index */ 119 M4OSA_Int32 mBitIndex; /**< bit index */ 120 M4OSA_Int32 mStructSize; /**< size of structure */ 132 void* pBitStream, M4OSA_Int32 size) { 158 free((M4OSA_Int32*)pContext); 170 M4OSA_Int32 length) { 176 M4OSA_Int32 i_ovf; 211 M4OSA_Int32 length) { 214 M4OSA_Int32 val [all...] |
/frameworks/av/libvideoeditor/osal/inc/ |
LVOSA_FileReader_optim.h | 49 M4OSA_Int32 (*pFctPtr_Close)( M4OSA_Void* fd,
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorVideoDecoder_internal.h | 113 M4OSA_Int32 mGivenWidth, mGivenHeight; //Used in case of
|