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

  /frameworks/media/libvideoeditor/vss/common/inc/
VideoEditorResampler.h 28 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) ;
29 void LVAudioresample_LowQuality(M4OSA_Int16* out, M4OSA_Int16* input,
33 void MonoTo2I_16( const M4OSA_Int16 *src,
34 M4OSA_Int16 *dst,
35 M4OSA_Int16 n);
37 void From2iToMono_16( const M4OSA_Int16 *src,
38 M4OSA_Int16 *dst,
39 M4OSA_Int16 n)
    [all...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 102 M4OSA_Int16 *pPCMdata,
127 *pPCMdata++ = (M4OSA_Int16)i32sample;
149 M4OSA_Int16 *pPCMdata,
175 *pPCMdata++ = (M4OSA_Int16)i32sample;
M4MCS_API.c     [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp 61 M4OSA_Int16 *pBTMdata1;
62 M4OSA_Int16 *pPTMdata2;
67 M4OSA_Int16 *pPCM16Sample = M4OSA_NULL;
80 pPTMdata2 = (M4OSA_Int16*)pMixedOutBuffer->m_dataAddress;
82 pBTMdata1 = (M4OSA_Int16*) pBackgroundTrack->m_dataAddress;
93 pPCM16Sample = (M4OSA_Int16*)pPrimaryTrack->m_dataAddress;
95 while (loopIndex < pPrimaryTrack->m_bufferSize/sizeof(M4OSA_Int16)) {
165 *pBTMdata1 = (M4OSA_Int16)(*pBTMdata1*mBTVolLevel);
166 *pPTMdata2 = (M4OSA_Int16)(*pPTMdata2*mPTVolLevel);
172 *pBTMdata1 = (M4OSA_Int16)((*pBTMdata1)*(mDuckingFactor))
    [all...]
VideoEditorAudioPlayer.h 84 void setPrimaryTrackVolume(M4OSA_Int16 *data, M4OSA_UInt32 size, M4OSA_Float volLevel);
VideoEditorAudioPlayer.cpp 422 M4OSA_Int16 *pPTMdata=NULL;
495 pPTMdata = (M4OSA_Int16*) ((uint8_t*) mInputBuffer->data()
703 M4OSA_Int16 *data, M4OSA_UInt32 size, M4OSA_Float volLevel) {
706 *data = (M4OSA_Int16)((*data)*volLevel);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 66 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
VideoBrowserInternal.h 89 M4OSA_Int16* g_bmPixels2;
VideoEditorThumbnailMain.cpp 59 M4OSA_Int16* m_dst16;
133 M4OSA_Int16* dst = pC->m_dst16;
289 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
VideoEditorMain.cpp     [all...]
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Types.h 43 typedef signed short M4OSA_Int16;
  /frameworks/media/libvideoeditor/vss/src/
VideoEditorResampler.cpp 112 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) {
145 void LVAudioresample_LowQuality(M4OSA_Int16* out, M4OSA_Int16* input,
M4AD_Null.c 161 M4OSA_Int16 val;
165 val = (M4OSA_Int16)((M4OSA_UInt8)(pInputBuffer->m_dataAddress[i]) - 128);
M4VSS3GPP_EditAudio.c 53 M4OSA_Int16 *pPCMdata,
56 *pC, M4OSA_Int16 *pPCMdata1,
57 M4OSA_Int16 *pPCMdata2,
622 err = M4VSS3GPP_intApplyAudioEffect(pC, 1, (M4OSA_Int16
    [all...]
M4VSS3GPP_AudioMixing.c 245 (M4OSA_Int16)(0x1000 ),
246 (M4OSA_Int16)(0x1000 ));
    [all...]
M4VSS3GPP_Clip.c     [all...]
  /frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h 319 M4OSA_Int16 *pPCMdata,
335 M4OSA_Int16 *pPCMdata,
M4MCS_InternalTypes.h 234 M4OSA_Int16 pic_init_qp_minus26;
235 M4OSA_Int16 pic_init_qs_minus26;
236 M4OSA_Int16 chroma_qp_index_offset;
M4MCS_API.h 138 M4OSA_Int16 *pPCMdata,
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_FileWriter.c 110 err = ((M4OSA_UInt32)(M4_ERR)<<30)+(((M4OSA_FILE_WRITER)&0x003FFF)<<16)+(M4OSA_Int16)(WriteSize);
257 err=((M4OSA_UInt32)(M4_ERR)<<30)+(((M4OSA_FILE_WRITER)&0x003FFF)<<16)+(M4OSA_Int16)(err);
M4OSA_FileReader.c 266 err=((M4OSA_UInt32)(M4_ERR)<<30)+(((M4OSA_FILE_WRITER)&0x003FFF)<<16)+(M4OSA_Int16)(err);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 685 M4OSA_Int16* pDataIn = ((M4OSA_Int16*)buffer->data()) +
687 M4OSA_Int16* pDataOut = (M4OSA_Int16*)pOuputBuffer->m_dataAddress;
688 M4OSA_Int16* pDataEnd = pDataIn + \
689 (buffer->range_length()/sizeof(M4OSA_Int16));
    [all...]

Completed in 219 milliseconds