Home
last modified time | relevance | path

Searched refs:OMX_U8 (Results 1 – 25 of 47) sorted by relevance

12

/external/opencore/codecs_v2/omx/omx_m4v/include/
Dmpeg4_dec.h40 OMX_U8** aBuffer, OMX_S32* aSize, OMX_S32 mode);
44 OMX_BOOL Mp4DecodeVideo(OMX_U8* aOutBuffer, OMX_U32* aOutputLength,
45 OMX_U8** aInputBuf, OMX_U32* aInBufSize,
59 OMX_U8* pFrame0, *pFrame1;
63 OMX_U8 VO_START_CODE1[4];
64 OMX_U8 VOSH_START_CODE1[4];
65 OMX_U8 VOP_START_CODE1[4];
66 OMX_U8 H263_START_CODE1[3];
Domx_mpeg4_component.h83 OMX_BOOL DecodeH263Header(OMX_U8* aInputBuffer, OMX_U32* aBufferSize);
85 void ReadBits(OMX_U8* aStream, uint8 aNumBits, uint32* aOutData);
/external/opencore/codecs_v2/omx/omx_amr/include/
Damr_dec.h53 OMX_U32* aOutputLength, OMX_U8** aInBuffer,
67 Frame_Type_3GPP GetFrameTypeLength(OMX_U8* &ptr, OMX_S32 *pLength);
68 void GetStartPointsForIETFCombinedMode(OMX_U8* aPtrIn, OMX_U32 aLength,
69 OMX_U8* &aTocPtr, OMX_S32* aNumOfBytes);
72 OMX_U8 *iTocTablePtr;
/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp76 OMX_BOOL Mpeg4Decoder_OMX::Mp4DecodeVideo(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, in Mp4DecodeVideo()
77 OMX_U8** aInputBuf, OMX_U32* aInBufSize, in Mp4DecodeVideo()
95 OMX_U8* pTempFrame, *pSrc[3]; in Mp4DecodeVideo()
159 (OMX_U8*) pFrame0); in Mp4DecodeVideo()
170 pTempFrame = (OMX_U8*) pFrame0; in Mp4DecodeVideo()
171 pFrame0 = (OMX_U8*) pFrame1; in Mp4DecodeVideo()
172 pFrame1 = (OMX_U8*) pTempFrame; in Mp4DecodeVideo()
221 OMX_S32* aWidth, OMX_S32* aHeight, OMX_U8** aBuffer, OMX_S32* aSize, OMX_S32 mode) in InitializeVideoDecode()
253 pFrame0 = (OMX_U8*) oscl_malloc(VideoDecOutputSize); in InitializeVideoDecode()
254 pFrame1 = (OMX_U8*) oscl_malloc(VideoDecOutputSize); in InitializeVideoDecode()
Domx_mpeg4_component.cpp506 OMX_U8* pOutBuffer; in DecodeWithoutMarker()
508 OMX_U8* pTempInBuffer; in DecodeWithoutMarker()
707 OMX_U8* pOutBuffer; in DecodeWithMarker()
969 OMX_U8* Buff = NULL; in ComponentInit()
1040 OMX_U8 *pInputBuffer = (aInputBufferHdr->pBuffer + aInputBufferHdr->nOffset); in ReAllocatePartialAssemblyBuffers()
1054 … ipInputCurrBuffer = (OMX_U8*) oscl_realloc(ipInputCurrBuffer, iInputCurrBufferSize); in ReAllocatePartialAssemblyBuffers()
1065 … ipTempInputBuffer = (OMX_U8*) oscl_realloc(ipTempInputBuffer, iInputCurrBufferSize); in ReAllocatePartialAssemblyBuffers()
1084 OMX_BOOL OpenmaxMpeg4AO::DecodeH263Header(OMX_U8* aInputBuffer, in DecodeH263Header()
1280 void OpenmaxMpeg4AO::ReadBits(OMX_U8* aStream, /* Input Stream */ in ReadBits()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Types.h151 typedef unsigned char OMX_U8; typedef
350 OMX_U8 nVersionMajor; /**< Major version accessor element */
351 OMX_U8 nVersionMinor; /**< Minor version accessor element */
352 OMX_U8 nRevision; /**< Revision version accessor element */
353 OMX_U8 nStep; /**< Step version accessor element */
DOMX_Component.h158 OMX_U8 contentURI[1]; /**< The URI name */
264 OMX_U8 nKeySizeUsed;
265 OMX_U8 nKey[128];
270 OMX_U8 nValue[1];
305 OMX_U8 nKey [128];
307 OMX_U8 nLanguageCountry[128];
501 OMX_IN OMX_U8* pBuffer);
586 OMX_OUT OMX_U8 *cRole,
DOMX_Image.h297 OMX_U8 nQuantizationMatrix[64];
335 OMX_U8 nNumberOfHuffmanCodeOfLength[16];
336 OMX_U8 nHuffmanTable[256];
DOMX_Core.h304OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
419 OMX_U8* pBuffer; /**< Pointer to actual block of memory
484 OMX_U8 data[1]; /* Supporting data hint */
1410 OMX_INOUT OMX_U8 **compNames);
1440 OMX_OUT OMX_U8 **roles);
DOMX_Video.h982 OMX_U8 ErrMap[1]; /* Error map hint */
1030 OMX_U8 nNumSliceGroups;
1031 OMX_U8 nSliceGroupMapType;
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Dmpeg4_enc.h76 OMX_BOOL Mp4EncodeVideo(OMX_U8* aOutBuffer,
79 OMX_U8** aOverBufferPointer,
80 OMX_U8* aInBuffer,
118 OMX_U8 iVolHeader[DEFAULT_VOL_HEADER_LENGTH]; /** Vol header */
/external/opencore/codecs_v2/omx/omx_amr/src/
Damr_decode_frame.cpp258 (OMX_U8* aPtrIn, OMX_U32 aLength, OMX_U8* &aTocPtr, OMX_S32* aNumOfBytes) in GetStartPointsForIETFCombinedMode()
260 OMX_U8 Fbit = 0x80; in GetStartPointsForIETFCombinedMode()
277 OMX_U32* aOutputLength, OMX_U8** aInBuffer, in AmrDecodeFrame()
298 OMX_U8* pSpeechBits = *aInBuffer; in AmrDecodeFrame()
299 OMX_U8 *pTocPtr; in AmrDecodeFrame()
547 OMX_U8 FrameType = 15; // silence frame in AmrDecodeSilenceFrame()
569 Frame_Type_3GPP OmxAmrDecoder::GetFrameTypeLength(OMX_U8* &aFrame, OMX_S32* aFrameLength) in GetFrameTypeLength()
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Davc_enc.h64 AVCEnc_Status AvcEncodeVideo(OMX_U8* aOutBuffer,
67 OMX_U8** aOverBufferPointer,
68 OMX_U8* aInBuffer,
74 AVCEnc_Status AvcEncodeSendInput(OMX_U8* aInBuffer,
Domx_avcenc_component.h75 OMX_U8* aExtraData,
76 OMX_U8 aDataLength);
82 OMX_U8* ipInternalOutBuffer;
/external/opencore/codecs_v2/omx/omx_h264/include/
Davc_dec.h76 OMX_BOOL AvcDecodeVideo_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength,
77 OMX_U8** aInputBuf, OMX_U32* aInBufSize,
87 …OMX_BOOL FlushOutput_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, OMX_TICKS* aOutTimestamp, OMX…
89 …AVCDec_Status GetNextFullNAL_OMX(uint8** aNalBuffer, int32* aNalSize, OMX_U8* aInputBuf, OMX_U32* …
/external/opencore/codecs_v2/omx/omx_mastercore/include/
Domx_interface.h62 OMX_INOUT OMX_U8 **compNames);
68 OMX_OUT OMX_U8 **roles);
183 OMX_INOUT OMX_U8 **compNames);
189 OMX_OUT OMX_U8 **roles);
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp82 OMX_U8 CompName[PV_OMX_MAX_COMPONENT_NAME_LENGTH];
83 OMX_U8 CompRole[PV_OMX_MAX_COMPONENT_NAME_LENGTH];
219 …_STRING ComponentName = (OMX_STRING)OSCL_MALLOC(PV_OMX_MAX_COMPONENT_NAME_LENGTH * sizeof(OMX_U8)); in _OMX_MasterInit()
235 memset(ComponentName, 0, PV_OMX_MAX_COMPONENT_NAME_LENGTH*sizeof(OMX_U8)); in _OMX_MasterInit()
257 OMX_U8 **ComponentRoles = (OMX_U8**)OSCL_MALLOC(numRoles * sizeof(OMX_U8 *)); in _OMX_MasterInit()
260 … ComponentRoles[role] = (OMX_U8*)OSCL_MALLOC(PV_OMX_MAX_COMPONENT_NAME_LENGTH * sizeof(OMX_U8)); in _OMX_MasterInit()
789 OMX_INOUT OMX_U8 **compNames) in OMX_MasterGetComponentsOfRole()
832 OMX_OUT OMX_U8** roles) in OMX_MasterGetRolesOfComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h177 OMX_IN OMX_U8* pBuffer);
257 OMX_IN OMX_U8* pBuffer);
332 OMX_IN OMX_U8* pBuffer);
458 OMX_U8* ipFrameDecodeBuffer;
462 OMX_U8* ipTempInputBuffer;
474 OMX_U8* ipInputCurrBuffer;
501 OMX_U8 iComponentRole[OMX_MAX_STRINGNAME_SIZE];
518 OMX_U8* ipTempOutBufferForPortReconfig;
/external/opencore/codecs_v2/omx/omx_amrenc/include/
Damr_enc.h55 OMX_BOOL AmrEncodeFrame(OMX_U8* aOutputBuffer,
57 OMX_U8* aInBuffer,
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h118 OMX_INOUT OMX_U8 **compNames);
135 OMX_OUT OMX_U8** roles);
302 OMX_INOUT OMX_U8 **compNames);
319 OMX_OUT OMX_U8** roles);
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp114 OMX_BOOL AvcDecoder_OMX::FlushOutput_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, OMX_TICKS* aOu… in FlushOutput_OMX()
168 OMX_BOOL AvcDecoder_OMX::AvcDecodeVideo_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, in AvcDecodeVideo_OMX()
169 OMX_U8** aInputBuf, OMX_U32* aInBufSize, in AvcDecodeVideo_OMX()
351 AVCDec_Status AvcDecoder_OMX::GetNextFullNAL_OMX(uint8** aNalBuffer, int32* aNalSize, OMX_U8* aInpu… in GetNextFullNAL_OMX()
Domx_avc_component.cpp409 OMX_U8* pBuffer = ipInputBuffer->pBuffer + offset; in ParseFullAVCFramesIntoNALs()
410 OMX_U8* pTemp; in ParseFullAVCFramesIntoNALs()
452 OMX_U8* pTemp = ipInputBuffer->pBuffer + offset; in ParseFullAVCFramesIntoNALs()
462 oscl_memcpy(iNALSizeArray, ((OMX_U8*)pExtra + 20), pExtra->nDataSize); in ParseFullAVCFramesIntoNALs()
477 pExtra = (OMX_OTHER_EXTRADATATYPE *)((OMX_U8*)pExtra + pExtra->nSize); in ParseFullAVCFramesIntoNALs()
536 OMX_U8* pOutBuffer; in DecodeWithoutMarker()
538 OMX_U8* pTempInBuffer; in DecodeWithoutMarker()
741 OMX_U8* pOutBuffer; in DecodeWithMarker()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp37 static const OMX_U8 AAC_MONO_SILENCE_FRAME[] = {0x01, 0x40, 0x20, 0x06, 0x4F, 0xDE, 0x02, 0x70, 0…
38 static const OMX_U8 AAC_STEREO_SILENCE_FRAME[] = {0x21, 0x10, 0x05, 0x00, 0xA0, 0x19, 0x33, 0x87, 0…
412 OMX_U8* pOutBuffer; in ProcessData()
582 … ipTempOutBufferForPortReconfig = (OMX_U8*) oscl_malloc(sizeof(uint8) * OutputLength * 2); in ProcessData()
893 OMX_U8* pOutBuffer = NULL; in DoSilenceInsertion()
894 OMX_U8* pSilenceInputBuffer = NULL; in DoSilenceInsertion()
934 pSilenceInputBuffer = (OMX_U8*) AAC_STEREO_SILENCE_FRAME; in DoSilenceInsertion()
940 pSilenceInputBuffer = (OMX_U8*) AAC_MONO_SILENCE_FRAME; in DoSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Damr_enc.cpp190 OMX_BOOL OmxAmrEncoder::AmrEncodeFrame(OMX_U8* aOutputBuffer, in AmrEncodeFrame()
192 OMX_U8* aInBuffer, in AmrEncodeFrame()
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.h160 OMX_IN OMX_U8* pBuffer);
243 OMX_IN OMX_U8* pBuffer);
387 …E hComp, OMX_BUFFERHEADERTYPE** ppBuf, OMX_U32 nPtIndex, OMX_PTR pApPrv, OMX_U32 nSz, OMX_U8* pBuf) in UseBufMsg()
398 OMX_U8* pBuffer;

12