HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_Int32 (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/media/libvideoeditor/vss/common/inc/
M4VD_EXTERNAL_Interface.h 33 M4OSA_UInt8* pVol, M4OSA_Int32 aVolSize,
37 M4OSA_ERR getAVCProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
38 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel);
40 M4OSA_ERR getH263ProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
41 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel);
44 M4OSA_Int32 *pProfile, M4OSA_Int32 *pLevel);
M4_BitStreamParser.h 40 void M4_BitStreamParser_Init(void** pContext, void* pBitStream, M4OSA_Int32 size);
59 M4OSA_UInt32 M4_BitStreamParser_ShowBits(void* pContext, M4OSA_Int32 length);
68 void M4_BitStreamParser_FlushBits(void* pContext, M4OSA_Int32 length);
80 M4OSA_UInt32 M4_BitStreamParser_GetBits(void* pContext,M4OSA_Int32 bitPos, M4OSA_Int32 length);
107 M4OSA_Int32 M4_BitStreamParser_GetSize(void* pContext);
109 void M4_MPEG4BitStreamParser_Init(void** pContext, void* pBitStream, M4OSA_Int32 size);
120 M4OSA_Int32 M4_MPEG4BitStreamParser_GetMpegLengthFromInteger(void* pContext, M4OSA_UInt32 val);
131 M4OSA_Int32 M4_MPEG4BitStreamParser_GetMpegLengthFromStream(void* pContext);
VideoEditorResampler.h 25 M4OSA_Context LVAudioResamplerCreate(M4OSA_Int32 bitDepth, M4OSA_Int32 inChannelCount,
26 M4OSA_Int32 sampleRate, M4OSA_Int32 quality);
27 void LVAudiosetSampleRate(M4OSA_Context resamplerContext,M4OSA_Int32 inSampleRate);
30 M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext);
M4_VideoEditingCommon.h 285 M4OSA_Int32 uiVideoLevel; /**< video level*/
286 M4OSA_Int32 uiVideoProfile; /**< video profile */
326 M4OSA_Int32 videoRotationDegrees; /**< Video rotation degree */
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.h 38 M4OSA_Int32 lvInSampleRate; // Sampling audio freq (8000,16000 or more )
39 M4OSA_Int32 lvOutSampleRate; //Sampling audio freq (8000,16000 or more )
42 M4OSA_Int32 lvInDucking_threshold;
47 M4OSA_Int32 lvBTChannelCount;
48 M4OSA_Int32 lvPTChannelCount;
57 M4OSA_Int32 veProcessAudioMixNDuck(
65 M4OSA_Int32 mInSampleRate;
66 M4OSA_Int32 mOutSampleRate;
70 M4OSA_Int32 mBTChannelCount;
71 M4OSA_Int32 mPTChannelCount
    [all...]
VideoEditorBGAudioProcessing.cpp 49 M4OSA_Int32 VideoEditorBGAudioProcessing::veProcessAudioMixNDuck(
68 M4OSA_Int32 peakDbValue = 0;
69 M4OSA_Int32 previousDbValue = 0;
163 M4OSA_Int32 temp;
215 M4OSA_Int32 VideoEditorBGAudioProcessing::calculateOutResampleBufSize() {
265 M4OSA_Int32 VideoEditorBGAudioProcessing::getDecibelSound(M4OSA_UInt32 value) {
304 M4OSA_Int32* averageValue,
305 M4OSA_Int32 storeCount,
306 M4OSA_Int32 thresholdValue) {
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Memory.h 33 typedef M4OSA_Int32* M4OSA_MemAddr32;
48 M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_ERR M4OSA_rand(M4OSA_Int32* out_value,
M4OSA_Semaphore.h 43 M4OSA_Int32 timeout );
M4OSA_FileCommon.h 36 typedef M4OSA_Int32 M4OSA_FilePosition;
M4OSA_OptionID.h 51 (M4OSA_Int32)((((((M4OSA_UInt32)right)&0x03)<<30))+((((M4OSA_UInt32)coreID)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
M4OSA_Types.h 45 typedef signed long M4OSA_Int32;
  /frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 72 M4OSA_Int32 aAudioObjectType; /**< Audio object type of the stream - in fact
74 M4OSA_Int32 aNumChan; /**< number of channels (=1(mono) or =2(stereo))
76 M4OSA_Int32 aSampFreq; /**< sampling frequency in Hz */
77 M4OSA_Int32 aExtensionSampFreq; /**< extended sampling frequency in Hz, = 0 is
79 M4OSA_Int32 aSBRPresent; /**< presence=1/absence=0 of SBR */
80 M4OSA_Int32 aPSPresent; /**< presence=1/absence=0 of PS */
81 M4OSA_Int32 aMaxPCMSamplesPerCh; /**< max number of PCM samples per channel */
181 M4OSA_Int32 MaxPicOrderCntLsb;
182 M4OSA_Int32 max_dec_frame_buffering;
185 M4OSA_Int32 offset_for_non_ref_pic
    [all...]
M4MCS_API.h 209 M4OSA_Int32 outputVideoProfile;
210 M4OSA_Int32 outputVideoLevel;
286 M4OSA_Int32 QualityFactor ; /**< =-1 (undefined) or 0(lowest)..
  /frameworks/media/libvideoeditor/osal/src/
M4PSW_DebugTrace.c 38 * void M4OSA_DebugTrace(M4OSA_Int32 line, char* file, M4OSA_Int32 level,
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_DebugTrace(M4OSA_Int32 line,
54 M4OSA_Int32 level,
59 M4OSA_Int32 i;
M4PSW_Trace.c 39 * void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,M4OSA_Int32 level,
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,
53 M4OSA_Int32 level, M4OSA_Char* format, ...)
56 M4OSA_Int32 i;
81 M4OSA_Int32 i;
M4OSA_Random.c 62 * @fn M4OSA_ERR M4OSA_rand(M4OSA_Int32* out_value, M4OSA_UInt32 max_value)
74 M4OSA_ERR M4OSA_rand(M4OSA_Int32* out_value, M4OSA_UInt32 max_value)
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 199 M4OSA_Int32 aAudioObjectType; /**< Audio object type of the stream - in fact
201 M4OSA_Int32 aNumChan; /**< number of channels (=1(mono) or =2(stereo))
203 M4OSA_Int32 aSampFreq; /**< sampling frequency in Hz */
204 M4OSA_Int32 aExtensionSampFreq; /**< extended sampling frequency in Hz, = 0 is
206 M4OSA_Int32 aSBRPresent; /**< presence=1/absence=0 of SBR */
207 M4OSA_Int32 aPSPresent; /**< presence=1/absence=0 of PS */
208 M4OSA_Int32 aMaxPCMSamplesPerCh; /**< max number of PCM samples per channel */
295 M4OSA_Int32 iVoffset; /**< [Milliseconds] Offset between the
298 M4OSA_Int32 iAoffset; /**< [Timescale] Offset between the clip
322 M4OSA_Int32 iVideoDecCts; /**< [Milliseconds] For video decodeUpTo()
    [all...]
M4EXIFC_CommonAPI.h 79 M4OSA_Int32 width; /**< image width in pixels */
80 M4OSA_Int32 height; /**< image height in pixels */
90 M4OSA_Int32 thumbnailSize; /**< size of the thumbnail */
M4VSS3GPP_Extended_API.h 75 M4OSA_Int32 InDucking_threshold; /**< Threshold value at which background
164 M4OSA_Int32 blendingPercent; /**< Blending Percentage between 0 and 100 */
296 M4OSA_Int32 outputVideoProfile;
297 M4OSA_Int32 outputVideoLevel;
M4PTO3GPP_API.h 148 M4OSA_Int32 videoProfile;
149 M4OSA_Int32 videoLevel;
  /frameworks/media/libvideoeditor/vss/src/
VideoEditorResampler.cpp 47 M4OSA_Int32 outSamplingRate;
48 M4OSA_Int32 inSamplingRate;
77 M4OSA_Context LVAudioResamplerCreate(M4OSA_Int32 bitDepth, M4OSA_Int32 inChannelCount,
78 M4OSA_Int32 sampleRate, M4OSA_Int32 quality) {
97 void LVAudiosetSampleRate(M4OSA_Context resamplerContext, M4OSA_Int32 inSampleRate) {
146 M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext) {
M4VSS3GPP_EditAudio.c 72 M4OSA_Int32 JumpCts;
136 if( (M4OSA_Int32)(pClip->iAudioFrameCts / pClip->scale_audio + 0.5)
353 (M4OSA_Int32)(pC->ewc.WriterAudioAU.CTS / pC->ewc.scale_audio),
456 M4OSA_Int32 iTargetCts, iCurrentCts;
740 (M4OSA_Int32)(pC->ewc.WriterAudioAU.CTS / pC->ewc.scale_audio),
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 51 M4OSA_Int32* pixelArray, M4OSA_UInt32 width,
VideoEditorMain.h 51 M4OSA_Int32 fileType;
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 107 M4OSA_Int32 i32sample;
154 M4OSA_Int32 i32sample;

Completed in 102 milliseconds

1 2 3