HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_Int8 (Results 1 - 21 of 21) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Memory.h 34 typedef M4OSA_Int8* M4OSA_MemAddr8;
M4OSA_Types.h 41 typedef signed char M4OSA_Int8;
  /frameworks/av/libvideoeditor/vss/src/
M4AD_Null.c 167 pDecodedPCMBuffer->m_dataAddress[i*2] = (M4OSA_Int8)(val>>8);
168 pDecodedPCMBuffer->m_dataAddress[i*2+1] = (M4OSA_Int8)(val&0x00ff);
M4VD_EXTERNAL_BitstreamParser.c 134 parsingCtxt.in = (M4OSA_Int8 *)pVol;
136 start = (M4OSA_Int8 *)pVol;
M4VSS3GPP_EditAudio.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
M4xVSS_internal.c     [all...]
M4xVSS_API.c 602 M4OSA_Int8 masterClip = -1;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 60 M4OSA_Int8 *pActiveEffectNumber = &(pC->pActiveEffectNumber);
M4MCS_API.c 117 M4OSA_Int8 mode );
249 p_bs->pui8BfrPtr = (M4OSA_Int8 *)pbs;
297 p_bs->pui8BfrPtr = (M4OSA_Int8 *)pbs;
402 p_bs->pui8BfrPtr = (M4OSA_Int8 *)p_bs->Buffer;
758 M4OSA_Int8 *pTmpBuff1 = M4OSA_NULL;
759 M4OSA_Int8 *pTmpBuff2 = M4OSA_NULL;
782 pTmpBuff1 = (M4OSA_Int8 *)M4OSA_32bitAlignedMalloc(inbuf_size + 4, M4MCS,
790 pTmpBuff2 = (M4OSA_Int8 *)inbuff;
830 p_bs->pui8BfrPtr = (M4OSA_Int8 *)p_bs->Buffer;
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 181 M4OSA_Int8 i;
190 M4OSA_Int8 i, M4OSA_FilePosition pos,
220 M4OSA_Int8 i, M4OSA_FilePosition pos)
351 M4OSA_Int8 M4OSA_FileReader_BufferMatch(M4OSA_FileReader_Context_optim* apContext,
355 M4OSA_Int8 i;
371 M4OSA_Int8 M4OSA_FileReader_BufferSelect(M4OSA_FileReader_Context_optim* apContext,
372 M4OSA_Int8 current_i)
375 M4OSA_Int8 i,j;
377 M4OSA_Int8 min_i,max_count;
671 M4OSA_Int8 selected_buffer, current_buffer
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 564 M4OSA_Int8 iClip1ActiveEffect; /**< The index of the active effect
568 M4OSA_Int8 iClip2ActiveEffect; /**< The index of the active effect
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 294 M4OSA_Int8*pui8BfrPtr;
584 M4OSA_Int8 pActiveEffectNumber; /**< Effect ID to be applied, if -1,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 201 memcpy((void *)((M4OSA_Int8*)newBuffer->data() + newBuffer->range_offset()),
261 M4OSA_ERR VideoEditorAudioDecoder_getBits(M4OSA_Int8* pData,
326 M4OSA_ERR VideoEditorAudioDecoder_parse_AAC_DSI(M4OSA_Int8* pDSI,
502 (M4OSA_Int8*)pStreamHandler->m_basicProperties.\
634 memcpy((void *)((M4OSA_Int8*)buffer->data() + buffer->range_offset()),
    [all...]
VideoEditorAudioEncoder.cpp 475 SAFE_MALLOC(pEncoderContext->mDSI.pInfo, M4OSA_Int8,
503 M4OSA_Int8* pData = M4OSA_NULL;
517 pData = (M4OSA_Int8*)buffer->data() + buffer->range_offset();
VideoEditor3gpReader.cpp     [all...]
VideoEditorMp3Reader.cpp 727 pAccessUnit->m_dataAddress = (M4OSA_Int8*) pAu->dataAddress;
VideoEditorVideoEncoder.cpp 379 SAFE_MALLOC(pEncoderContext->mHeader.pBuf, M4OSA_Int8,
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 724 (M4OSA_Int8*)bgFrame.m_dataAddress,
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c     [all...]

Completed in 1216 milliseconds