Home
last modified time | relevance | path

Searched refs:M4OSA_UInt32 (Results 1 – 25 of 120) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
DM4MP4W_Types.h53 M4OSA_UInt32 major_brand; /* generally '3gp4' */
54 M4OSA_UInt32 minor_version; /* generally '0000' or 'x.x ' */
55 M4OSA_UInt32 nbCompatibleBrands; /* number of compatible brands */
56 M4OSA_UInt32 compatible_brands[M4MPAC_MAX_COMPATIBLE_BRANDS]; /* array of max compatible
69 M4OSA_UInt32 size;
78 typedef M4OSA_UInt32 M4MP4W_Time32;
177 M4OSA_UInt32 timescale; /* T (video=1000), (AMR8=8000), (AMR16=16000)*/
178 M4OSA_UInt32 sampleSize; /* S (video=0)*/
179 M4OSA_UInt32 sttsTableEntryNb; /* J (audio=1)*/
182 M4OSA_UInt32 sampleNb; /* K (audio=F)*/
[all …]
DM4MP4W_Utils.h47 M4OSA_ERR M4MP4W_putBE16(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction,
49 M4OSA_ERR M4MP4W_putBE24(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction,
51 M4OSA_ERR M4MP4W_putBE32(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction,
59 M4OSA_ERR M4MP4W_putBlock(const M4OSA_UChar* Block, M4OSA_UInt32 size,
67 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb);
74 void M4MP4W_convertInt32BE(M4OSA_UInt32* valPtr);
81 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize);
99 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi);
100 M4OSA_Void M4MP4W_put32_Lo(M4OSA_UInt32* tab, M4OSA_UInt16 Lo);
101 M4OSA_UInt16 M4MP4W_get32_Hi(M4OSA_UInt32* tab);
[all …]
/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalTypes.h153 M4OSA_UInt32 bitPos;
159 M4OSA_UInt32 byteCnt;
162 M4OSA_UInt32 currBuff;
178 M4OSA_UInt32 level_idc_index;
179 M4OSA_UInt32 MaxFrameNum;
180 M4OSA_UInt32 expectedDeltaPerPicOrderCntCycle;
284 M4OSA_UInt32 bitPos; /*!< bit position in buffer */
285 M4OSA_UInt32 totalBits; /*!< bit position in file (total bits read so far) */
287 M4OSA_UInt32 lastTotalBits; /*!< bit position in file of the last VOP */
288 M4OSA_UInt32 numBitsInBuffer; /*!< number of bits in buffer */
[all …]
DM4MCS_API.h90 M4OSA_UInt32 uiProgress; /**< Progress of the Effect from 0 to 1000 (one thousand) */
91 M4OSA_UInt32 uiClipTime; /**< Current time, in milliseconds,
93 M4OSA_UInt32 uiOutputTime; /**< Current time, in milliseconds,
139 M4OSA_UInt32 uiPCMsize,
152 M4OSA_UInt32 uiStartTime; /**< In ms */
153 M4OSA_UInt32 uiDuration; /**< In ms */
279 M4OSA_UInt32 BeginCutTime; /**< Beginning cut time in input file */
280 M4OSA_UInt32 EndCutTime; /**< End cut time in input file */
281 M4OSA_UInt32 OutputFileSize; /**< Expected resulting file size */
282 M4OSA_UInt32 OutputVideoTimescale; /**< Optional parameter used to fix a
[all …]
/frameworks/av/libvideoeditor/vss/common/inc/
DM4DA_Types.h84 M4OSA_UInt32 m_streamId; /**< Stream Id (unique number definning
88 M4OSA_UInt32 m_averageBitRate; /**< Average bitrate in kb/s */
89 M4OSA_UInt32 m_maxAUSize; /**< Maximum size of an Access Unit */
92 M4OSA_UInt32 m_decoderSpecificInfoSize; /**< Size of the specific information
96 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */
101 M4OSA_UInt32 m_H264decoderSpecificInfoSize; /**< Size of the specific
105 M4OSA_UInt32 m_ESDSInfoSize; /**< Size of the MPEG4 or AAC ESDS box */
117 M4OSA_UInt32 m_videoWidth; /**< Width of the video in the stream */
118 M4OSA_UInt32 m_videoHeight; /**< Height of the video in the stream */
122 M4OSA_UInt32 m_structSize; /**< Size of the structure in bytes */
[all …]
DM4_VideoEditingCommon.h233 M4OSA_UInt32 major_brand; /* generally '3gp4' */
234 M4OSA_UInt32 minor_version; /* generally '0000' or 'x.x ' */
235 M4OSA_UInt32 nbCompatibleBrands; /* number of compatible brands */
236 M4OSA_UInt32 compatible_brands[M4VIDEOEDITING_MAX_COMPATIBLE_BRANDS]; /* array of
268 M4OSA_UInt32 uiClipDuration; /**< Clip duration (in ms) */
276 M4OSA_UInt32 uiClipVideoDuration; /**< Video track duration (in ms) */
277 M4OSA_UInt32 uiVideoBitrate; /**< Video average bitrate (in bps)*/
278 M4OSA_UInt32 uiVideoMaxAuSize; /**< Maximum Access Unit size of the
280 M4OSA_UInt32 uiVideoWidth; /**< Video frame width */
281 M4OSA_UInt32 uiVideoHeight; /**< Video frame height */
[all …]
DM4WRITER_common.h119 M4OSA_UInt32 Size; /**< Size of the data */
131 M4OSA_UInt32 height; /**< Frame height */
132 M4OSA_UInt32 width; /**< Frame Width */
147 M4OSA_UInt32 nbSamplesPerSec; /**< Number of Samples per second */
192 M4OSA_UInt32 Width ;
193 M4OSA_UInt32 Height ;
195 M4OSA_UInt32 ThumbnailWidth ;
196 M4OSA_UInt32 ThumbnailHeight ;
213 M4OSA_UInt32 optionID, \
216 M4OSA_UInt32 optionID, \
DM4DECODER_Common.h162 M4OSA_UInt32 uiTimeScale; /**< time scale as parsed in VOL header */
180 M4OSA_UInt32 m_uiWidth; /**< video width in pixels */
181 M4OSA_UInt32 m_uiHeight; /**< video height in pixels */
226 M4OSA_UInt32 mProfile;
227 M4OSA_UInt32 mLevel;
232 M4OSA_UInt32 profileNumber;
238 M4OSA_UInt32 componentNumber;
243 M4OSA_UInt32 decoderNumber;
347 M4OSA_Bool bJump, M4OSA_UInt32 tolerance);
DM4VD_Tools.h31 M4OSA_UInt32 stream_byte;
32 M4OSA_UInt32 stream_index;
37 M4OSA_UInt32 M4VD_Tools_GetBitsFromMemory(M4VS_Bitstream_ctxt* parsingCtxt,
38 M4OSA_UInt32 nb_bits);
39 M4OSA_ERR M4VD_Tools_WriteBitsToMemory(M4OSA_UInt32 bitsToWrite,
DM4Common_types.h77 M4OSA_UInt32 m_uiSize; /**< Text size in bytes */
91 M4OSA_UInt32 m_size; /**< size of buffer in bytes */
174 M4OSA_UInt32 m_uiSize;
209 M4OSA_UInt32 m_uiDuration; /**< The track duration in milliseconds */
223 M4OSA_UInt32 m_width; /**< image width in pixels */
224 M4OSA_UInt32 m_height; /**< image height in pixels */
225 M4OSA_UInt32 m_thumbnailSize; /**< size of the thumbnail */
/frameworks/av/libvideoeditor/vss/inc/
DM4VSS3GPP_Extended_API.h53 M4OSA_UInt32 textBufferSize,
67 M4OSA_UInt32 uiAddCts; /**< Time, in milliseconds, at which the added
69M4OSA_UInt32 uiAddVolume; /**< Volume, in percentage, of the added audio track …
70 M4OSA_UInt32 uiBeginLoop; /**< Describes in milli-second the start time
72 M4OSA_UInt32 uiEndLoop; /**< Describes in milli-second the end time of the
80 M4OSA_UInt32 uiSamplingFrequency;
81 M4OSA_UInt32 uiNumChannels;
107 M4OSA_UInt32 uiStartPercent;
109 M4OSA_UInt32 uiDurationPercent;
118 M4OSA_UInt32 topleft_x;
[all …]
DM4xVSS_Internal.h106 M4OSA_UInt32 topleft_x; /**< The top-left X coordinate in the output
108 M4OSA_UInt32 topleft_y; /**< The top-left Y coordinate in the output
113 M4OSA_UInt32 width; /*width of the ARGB8888 clip
115 M4OSA_UInt32 height; /*height of the ARGB8888 clip .
144 M4OSA_UInt32 topleft_x; /**< The top-left X coordinate in the
147 M4OSA_UInt32 topleft_y; /**< The top-left Y coordinate in the
150 M4OSA_UInt32 width; /**<GIF width, fill during the
152 M4OSA_UInt32 height; /**<GIF height, fill during the
154 M4OSA_UInt32 effectDuration; /**<Effect duration*/
156 M4OSA_UInt32 clipTime; /**<current output clip time for the
[all …]
DM4VSS3GPP_API.h160 M4OSA_UInt32 uiProgress;
164 M4OSA_UInt32 uiClipTime;
166 M4OSA_UInt32 uiOutputTime;
241 M4OSA_UInt32 uiExternalEffectId
279 M4OSA_UInt32 uiExternalTransitionId
292 M4OSA_UInt32 uiStartTime; /**< In ms */
293 M4OSA_UInt32 uiDuration; /**< In ms */
332 M4OSA_UInt32 uiTransitionDuration;
363 M4OSA_UInt32 filePathSize; /**< Clip path size
367 M4OSA_UInt32 uiBeginCutTime; /**< Begin cut time, in milliseconds */
[all …]
DM4VSS3GPP_InternalTypes.h333 M4OSA_UInt32 uiMpeg4PrevGovValueGet; /**< Previous Gov value read (in second) */
334 M4OSA_UInt32 uiMpeg4PrevGovValueSet; /**< Previous Gov value write (in second) */
357 M4OSA_UInt32 uiAudioFrameSize; /**< Size of the audio frame available */
364 M4OSA_UInt32 uiSilencePcmSize;
368 M4OSA_UInt32 uiSilenceFrameSize;
425 M4OSA_UInt32 uiVideoBitrate; /**< Average video bitrate of the output file,
428 M4OSA_UInt32 uiVideoWidth; /**< Output image width */
429 M4OSA_UInt32 uiVideoHeight; /**< Output image height */
430 M4OSA_UInt32 uiVideoTimeScale; /**< Time scale to use for the encoding
442 M4OSA_UInt32 uiNbChannels; /**< Number of channels in the output
[all …]
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorMain.h41 M4OSA_UInt32 uiNbChannels; /** Number of channels (1=mono, 2=stereo) of BGM clip*/
42 M4OSA_UInt32 uiSamplingFrequency; /** Sampling audio frequency (8000 for amr, 16000 or
44 M4OSA_UInt32 uiExtendedSamplingFrequency; /** Extended frequency for AAC+,
46 M4OSA_UInt32 uiAddCts; /** Time, in milliseconds, at which the added
48 M4OSA_UInt32 uiAddVolume; /** Volume, in percentage, of the added audio track */
49 M4OSA_UInt32 beginCutMs;
50 M4OSA_UInt32 endCutMs;
54 M4OSA_UInt32 uiInDucking_threshold; /** Threshold value at which
56 M4OSA_UInt32 uiInDucking_lowVolume; /** lower the background track to
59 M4OSA_UInt32 uiBTChannelCount; /** channel count for BT */
[all …]
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.h55 M4OSA_UInt32 videoWidth;
56 M4OSA_UInt32 videoHeight;
57 M4OSA_UInt32 timeMs;
58 M4OSA_UInt32 timeOffset; //has the duration of clips played.
61 M4OSA_UInt32 numberEffects;
62 M4OSA_UInt32 outVideoWidth;
63 M4OSA_UInt32 outVideoHeight;
64 M4OSA_UInt32 currentVideoEffect;
77 … M4VIFI_ImagePlane *PlaneOut,M4VSS3GPP_ExternalProgress *pProgress, M4OSA_UInt32 uiEffectKind);
79 …], M4VIFI_ImagePlane *PlaneOut, M4VSS3GPP_ExternalProgress *pProgress, M4OSA_UInt32 uiEffectKind );
[all …]
DVideoEditorPreviewController.h26 typedef void (*jni_progress_callback_fct)(void* cookie, M4OSA_UInt32 msgType, void *argc);
44 M4OSA_UInt32 fromMS, M4OSA_Int32 toMs,
48 M4OSA_UInt32 stopPreview();
92 M4OSA_UInt32 mNumberClipsInStoryBoard;
93 M4OSA_UInt32 mNumberClipsToPreview;
94 M4OSA_UInt32 mStartingClipIndex;
96 M4OSA_UInt32 mCallBackAfterFrameCnt;
98 M4OSA_UInt32 mNumberEffects;
100 M4OSA_UInt32 mClipTotalDuration;
101 M4OSA_UInt32 mCurrentVideoEffect;
[all …]
/frameworks/base/media/jni/mediaeditor/
DVideoEditorThumbnailMain.h51 M4OSA_Int32* pixelArray, M4OSA_UInt32 width,
52 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
53 M4OSA_UInt32 tolerance);
66 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
67 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
68 M4OSA_UInt32 tolerance);
DVideoEditorThumbnailMain.cpp57 M4OSA_UInt32 m_previousTime;
76 M4OSA_UInt32 width, M4OSA_UInt32 height,
77 M4OSA_UInt32* pTimeMS, M4OSA_UInt32 tolerance);
96 M4OSA_UInt32 i, j; in VBcallback()
221 M4OSA_UInt32 width, M4OSA_UInt32 height, in ThumbnailGetPixels()
222 M4OSA_UInt32* pTimeMS, M4OSA_UInt32 tolerance) in ThumbnailGetPixels()
266 M4OSA_Int32* pixelArray, M4OSA_UInt32 width, in ThumbnailGetPixels32()
267 M4OSA_UInt32 height, M4OSA_UInt32* timeMS, in ThumbnailGetPixels32()
268 M4OSA_UInt32 tolerance) in ThumbnailGetPixels32()
289 M4OSA_Int16* pixelArray, M4OSA_UInt32 width, in ThumbnailGetPixels16()
[all …]
DVideoBrowserMain.h115 M4OSA_UInt32 DrawMode,
136 M4OSA_ERR videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime,
137 M4OSA_UInt32 tolerance);
150 M4OSA_UInt32 x, M4OSA_UInt32 y,
151 M4OSA_UInt32 dx, M4OSA_UInt32 dy);
/frameworks/av/libvideoeditor/vss/src/
DM4AMRR_CoreReader.c79 M4OSA_UInt32 m_contextId ; /* Fixed Id. to check for valid Context*/
82 M4OSA_UInt32* m_pSeekIndex; /* Seek Index Table */
83 M4OSA_UInt32 m_seekInterval; /* Stores the seek Interval stored in the Index */
84 M4OSA_UInt32 m_maxAuSize; /* Stores the max Au Size */
97 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType);
98 M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType);
111 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getAuSize()
113 const M4OSA_UInt32 M4AMRR_NB_AUSIZE[]={13,14,16,18,20,21,27,32,6,6,6}; in M4AMRR_getAuSize()
114 const M4OSA_UInt32 M4AMRR_WB_AUSIZE[]={18,24,33,37,41,47,51,59,61,6}; in M4AMRR_getAuSize()
137 M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getBitrate()
[all …]
DM4VD_Tools.c30 M4OSA_UInt32 M4VD_Tools_GetBitsFromMemory(M4VS_Bitstream_ctxt* parsingCtxt, in M4VD_Tools_GetBitsFromMemory()
31 M4OSA_UInt32 nb_bits) in M4VD_Tools_GetBitsFromMemory()
33 M4OSA_UInt32 code; in M4VD_Tools_GetBitsFromMemory()
34 M4OSA_UInt32 i; in M4VD_Tools_GetBitsFromMemory()
57 M4OSA_ERR M4VD_Tools_WriteBitsToMemory(M4OSA_UInt32 bitsToWrite, in M4VD_Tools_WriteBitsToMemory()
62 M4OSA_UInt32 temp_dest = 0, mask = 0, temp = 1; in M4VD_Tools_WriteBitsToMemory()
63 M4OSA_UInt32 input = bitsToWrite; in M4VD_Tools_WriteBitsToMemory()
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_CharStar.c58 M4OSA_ERR M4OSA_chrNCopy(M4OSA_Char* pStrOut, M4OSA_Char *pStrIn, M4OSA_UInt32 len2Copy) in M4OSA_chrNCopy()
68 if(len2Copy <= (M4OSA_UInt32)strlen((const char *)pStrIn)) in M4OSA_chrNCopy()
92 M4OSA_UInt32 i32,len32; in M4OSA_chrAreIdentical()
102 len32 = (M4OSA_UInt32)strlen((const char *)pStrIn1); in M4OSA_chrAreIdentical()
103 if(len32 != (M4OSA_UInt32)strlen((const char *)pStrIn2)) in M4OSA_chrAreIdentical()
152 M4OSA_UInt32* pVal, in M4OSA_chrGetUInt32()
156 M4OSA_UInt32 ul; in M4OSA_chrGetUInt32()
208 *pVal = (M4OSA_UInt32)ul; in M4OSA_chrGetUInt32()
247 M4OSA_UInt32 ul; in M4OSA_chrGetUInt16()
306 M4OSA_ERR M4OSA_chrSPrintf(M4OSA_Char *pStrOut, M4OSA_UInt32 strOutMaxLen, in M4OSA_chrSPrintf()
[all …]
DM4OSA_Clock.c56 M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime, M4OSA_UInt32 timescale) in M4OSA_clockGetTime()
60 M4OSA_UInt32 u32_time = 0; in M4OSA_clockGetTime()
61 M4OSA_UInt32 u32_time_hi; in M4OSA_clockGetTime()
62 M4OSA_UInt32 u32_time_lo; in M4OSA_clockGetTime()
63 M4OSA_UInt32 u32_time_lh; in M4OSA_clockGetTime()
64 M4OSA_UInt32 factor; in M4OSA_clockGetTime()
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
DM4MP4W_Utils.c44 M4OSA_ERR M4MP4W_putBE16(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction, in M4MP4W_putBE16()
56 M4OSA_ERR M4MP4W_putBE24(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction, in M4MP4W_putBE24()
70 M4OSA_ERR M4MP4W_putBE32(M4OSA_UInt32 val, M4OSA_FileWriterPointer* fileFunction, in M4MP4W_putBE32()
86 M4OSA_ERR M4MP4W_putBlock(const M4OSA_UChar* Block, M4OSA_UInt32 size, in M4MP4W_putBlock()
95 void M4MP4W_convertInt32BE(M4OSA_UInt32* valPtr) in M4MP4W_convertInt32BE()
109 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb) in M4MP4W_table32ToBE()
112 M4OSA_UInt32 i; in M4MP4W_table32ToBE()
118 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize) in M4MP4W_realloc()
136 M4OSA_UInt32 i; in M4MP4W_freeContext()
281 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi) in M4MP4W_put32_Hi()
[all …]

12345