/frameworks/av/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/av/libvideoeditor/lvpp/ |
VideoEditorBGAudioProcessing.cpp | 70 M4OSA_Int16 *pPTMdata2 = (M4OSA_Int16*)pMixedOutBuffer->m_dataAddress; 73 M4OSA_Int16 *pBTMdata1 = (M4OSA_Int16*) pBackgroundTrack->m_dataAddress; 81 M4OSA_Int16 *pPCM16Sample = (M4OSA_Int16*)pPrimaryTrack->m_dataAddress; 82 const size_t n = pPrimaryTrack->m_bufferSize / sizeof(M4OSA_Int16); 147 *pBTMdata1 = (M4OSA_Int16)(*pBTMdata1*mBTVolLevel); 148 *pPTMdata2 = (M4OSA_Int16)(*pPTMdata2*mPTVolLevel); 154 *pBTMdata1 = (M4OSA_Int16)((*pBTMdata1)*(mDuckingFactor)) [all...] |
VideoEditorAudioPlayer.h | 134 M4OSA_Int16 *data, M4OSA_UInt32 size, M4OSA_Float volLevel);
|
VideoEditorAudioPlayer.cpp | 608 M4OSA_Int16 *pPTMdata=NULL; 681 pPTMdata = (M4OSA_Int16*) ((uint8_t*) mInputBuffer->data() 889 M4OSA_Int16 *data, M4OSA_UInt32 size, M4OSA_Float volLevel) { 892 *data = (M4OSA_Int16)((*data)*volLevel);
|
/frameworks/av/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/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/av/libvideoeditor/osal/inc/ |
M4OSA_Types.h | 43 typedef signed short M4OSA_Int16;
|
/frameworks/av/libvideoeditor/vss/src/ |
VideoEditorResampler.cpp | 113 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) { 146 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/av/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/av/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/av/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...] |