Searched refs:OMX_U8 (Results 1 - 25 of 216) sorted by relevance

123456789

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_CustomCmd.h56 OMX_U8 lum_dc_codelens[16];
58 OMX_U8 lum_dc_symbols[12];
60 OMX_U8 lum_ac_codelens[16];
62 OMX_U8 lum_ac_symbols[162];
64 OMX_U8 chm_dc_codelens[16];
66 OMX_U8 chm_dc_symbols[12];
68 OMX_U8 chm_ac_codelens[16];
70 OMX_U8 chm_ac_symbols[162];
83 OMX_U8 *pMarkerBuffer; /* This pointer must point to the marker buffer allocated by application */
91 OMX_U8 *pMarkerBuffe
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.h38 OMX_U8 componentName[MAX_OMX_COMPONENT_NAME_SIZE];
39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE];
46 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE];
52 OMX_U8 componentName[MAX_OMX_COMPONENT_NAME_SIZE];
53 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE];
/hardware/qcom/media/mm-core/inc/
H A DQOMX_AudioExtensions.h219 OMX_U8 nProgramID;
296 OMX_U8 sessionId;
357 OMX_U8 nLfeMixLevel; /**< level at which the LFE channel is mixed into the output audio */
358 OMX_U8 nSampleRateIndex; /**< Output sample rate */
359 OMX_U8 nInChans; /**< Channel format of input audio */
360 OMX_U8 nInMatrix; /**< L/R mixing specification for stereo audio input */
361 OMX_U8 nBypass; /**< Audio Processing bypass */
362 OMX_U8 nRateMultipier; /**< Sample-rate multiplier (output with respect to input) */
363 OMX_U8 nInChanFormat; /**< Input/Output channel format */
364 OMX_U8 nMsrMaxProfil
[all...]
H A DOMX_Types.h132 /** OMX_U8 is an 8 bit unsigned quantity that is byte aligned */
133 typedef unsigned char OMX_U8; typedef
332 OMX_U8 nVersionMajor; /**< Major version accessor element */
333 OMX_U8 nVersionMinor; /**< Minor version accessor element */
334 OMX_U8 nRevision; /**< Revision version accessor element */
335 OMX_U8 nStep; /**< Step version accessor element */
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c73 const OMX_U8 KColorKeyTolerence = 50 ; /* Tolerence on Color key detection */
88 static void ConvertFormatFromPlanar(OMX_U8 *apInBufferYUV420W, OMX_U8 *apTIinternalFormat);
93 OMX_ERRORTYPE ComputeTiOverlayImgFormat (VPP_COMPONENT_PRIVATE *pComponentPrivate,OMX_U8* aPictureArray, OMX_U8* aOutImagePtr, OMX_U8* aTransparencyKey )
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1;
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2;
169 static OMX_U8 iRKe
[all...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_TI_Video.h395 OMX_U8 nFrame0PositionX;
396 OMX_U8 nFrame0PositionY;
397 OMX_U8 nFrame1PositionX;
398 OMX_U8 nFrame1PositionY;
467 OMX_U8 nNumSliceGroups;
468 OMX_U8 nSliceGroupMapType;
613 OMX_U8 nFramePackingArrangementCancelFlag;
614 OMX_U8 nFramePackingArrangementType;
615 OMX_U8 nQuincunxSamplingFlag;
616 OMX_U8 nContentInterpretationTyp
[all...]
H A DOMX_Types.h132 /** OMX_U8 is an 8 bit unsigned quantity that is byte aligned */
133 typedef unsigned char OMX_U8; typedef
332 OMX_U8 nVersionMajor; /**< Major version accessor element */
333 OMX_U8 nVersionMinor; /**< Minor version accessor element */
334 OMX_U8 nRevision; /**< Revision version accessor element */
335 OMX_U8 nStep; /**< Step version accessor element */
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dh264_utils.h196 boolean extract_rbsp(OMX_IN OMX_U8 *buffer,
199 OMX_OUT OMX_U8 *rbsp_bistream,
268 OMX_U8 bit_rate_scale;
269 OMX_U8 cpb_size_scale;
272 OMX_U8 cbr_flag[MAX_CPB_COUNT];
273 OMX_U8 initial_cpb_removal_delay_length;
274 OMX_U8 cpb_removal_delay_length;
275 OMX_U8 dpb_output_delay_length;
276 OMX_U8 time_offset_length;
288 OMX_U8 aspect_ratio_info_present_fla
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Types.h132 /** OMX_U8 is an 8 bit unsigned quantity that is byte aligned */
133 typedef unsigned char OMX_U8; typedef
332 OMX_U8 nVersionMajor; /**< Major version accessor element */
333 OMX_U8 nVersionMinor; /**< Minor version accessor element */
334 OMX_U8 nRevision; /**< Revision version accessor element */
335 OMX_U8 nStep; /**< Step version accessor element */
/hardware/qcom/media/mm-video/vidc/common/inc/
H A Dextra_data_handler.h84 OMX_U8 *rbsp_buf;
92 OMX_S32 parse_rbsp(OMX_U8 *buf, OMX_U32 len);
93 OMX_S32 parse_sei(OMX_U8 *buffer, OMX_U32 buffer_length);
97 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
98 OMX_U32 create_sei(OMX_U8 *buffer);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Types.h132 /** OMX_U8 is an 8 bit unsigned quantity that is byte aligned */
133 typedef unsigned char OMX_U8; typedef
332 OMX_U8 nVersionMajor; /**< Major version accessor element */
333 OMX_U8 nVersionMinor; /**< Minor version accessor element */
334 OMX_U8 nRevision; /**< Revision version accessor element */
335 OMX_U8 nStep; /**< Step version accessor element */
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Types.h132 /** OMX_U8 is an 8 bit unsigned quantity that is byte aligned */
133 typedef unsigned char OMX_U8; typedef
332 OMX_U8 nVersionMajor; /**< Major version accessor element */
333 OMX_U8 nVersionMinor; /**< Minor version accessor element */
334 OMX_U8 nRevision; /**< Revision version accessor element */
335 OMX_U8 nStep; /**< Step version accessor element */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h463 OMX_U8 nFrames;
565 OMX_U8* pHoldBuffer;
594 OMX_U8 bStopSent;
599 OMX_U8 AlloBuf_waitingsignal;
603 OMX_U8 codecStop_waitingsignal;
607 OMX_U8 InLoaded_readytoidle;
611 OMX_U8 InIdle_goingtoloaded;
619 OMX_U8 AlloBuf_waitingsignal;
622 OMX_U8 InLoaded_readytoidle;
625 OMX_U8 InIdle_goingtoloade
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h302 OMX_U8 *iRBuff ;
303 OMX_U8 *iGBuff;
304 OMX_U8 *iBBuff ;
305 OMX_U8 *iOvlyConvBufPtr ;
306 OMX_U8 iRKey;
307 OMX_U8 iGKey;
308 OMX_U8 iBKey;
309 OMX_U8 iAlign ;
319 OMX_U8 *pBufferStart;
416 OMX_U8 ExeToIdleFla
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h557 OMX_U8 EosFlagSent;
595 OMX_U8 iReplicatedDataSize;
798 OMX_U8 IpBufindex;
801 OMX_U8 OpBufindex;
804 OMX_U8 SendAfterEOS;
806 OMX_U8 InputEosSet;
818 OMX_U8 AlloBuf_waitingsignal;
822 OMX_U8 InLoaded_readytoidle;
826 OMX_U8 InIdle_goingtoloaded;
830 OMX_U8 codecStop_waitingsigna
[all...]
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h65 OMX_U8* inPtr; //pointer to codec configuration header
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h65 OMX_U8* inPtr; //pointer to codec configuration header
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h543 OMX_U8 nFrames;
707 OMX_U8* pHoldBuffer;
763 OMX_U8 bStopSent;
773 OMX_U8 AlloBuf_waitingsignal;
777 OMX_U8 codecStop_waitingsignal;
781 OMX_U8 InLoaded_readytoidle;
785 OMX_U8 InIdle_goingtoloaded;
793 OMX_U8 AlloBuf_waitingsignal;
796 OMX_U8 InLoaded_readytoidle;
799 OMX_U8 InIdle_goingtoloade
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h34 OMX_U8* inPtr; //pointer to codec configuration header
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h516 OMX_U8* pHoldBuffer;
582 OMX_U8 bStopSent;
594 OMX_U8 AlloBuf_waitingsignal;
598 OMX_U8 InLoaded_readytoidle;
602 OMX_U8 InIdle_goingtoloaded;
605 OMX_U8 AlloBuf_waitingsignal;
608 OMX_U8 InLoaded_readytoidle;
611 OMX_U8 InIdle_goingtoloaded;
629 OMX_U8 IpBufindex;
632 OMX_U8 OpBufinde
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_CodecInterface.h118 OMX_U8 *buffer,
121 OMX_U8 *auxInfo,
123 OMX_U8 *usrArg);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h634 OMX_U8 nBufferCnt;
875 OMX_U8 AlloBuf_waitingsignal;
879 OMX_U8 InLoaded_readytoidle;
883 OMX_U8 InIdle_goingtoloaded;
887 OMX_U8 codecStop_waitingsignal;
891 OMX_U8 codecFlush_waitingsignal;
901 OMX_U8 AlloBuf_waitingsignal;
904 OMX_U8 InLoaded_readytoidle;
907 OMX_U8 InIdle_goingtoloaded;
913 OMX_U8 PendingInPausedBuf
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h671 OMX_U8 nBufferCnt;
694 OMX_U8 nFrames;
840 OMX_U8 *pHoldBuffer,*pHoldBuffer2;
842 OMX_U8* iHoldBuffer;
859 OMX_U8 AlloBuf_waitingsignal;
863 OMX_U8 codecStop_waitingsignal;
867 OMX_U8 InLoaded_readytoidle;
871 OMX_U8 InIdle_goingtoloaded;
873 OMX_U8 nUnhandledFillThisBuffers;
874 OMX_U8 nUnhandledEmptyThisBuffer
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h511 OMX_U8 nBufferCnt;
674 OMX_U8* pHoldBuffer;
744 OMX_U8 bStopSent;
756 OMX_U8 AlloBuf_waitingsignal;
760 OMX_U8 InLoaded_readytoidle;
764 OMX_U8 InIdle_goingtoloaded;
767 OMX_U8 AlloBuf_waitingsignal;
770 OMX_U8 InLoaded_readytoidle;
773 OMX_U8 InIdle_goingtoloaded;
776 OMX_U8 nUnhandledFillThisBuffer
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h485 OMX_U8 nBufferCnt;
639 OMX_U8 AlloBuf_waitingsignal;
643 OMX_U8 InLoaded_readytoidle;
647 OMX_U8 InIdle_goingtoloaded;
653 OMX_U8 G726FrameSize[4];
662 OMX_U8 nRuntimeInputBuffers;
665 OMX_U8 nRuntimeOutputBuffers;
668 OMX_U8 *pHoldBuffer;
674 OMX_U8 *ptempBuffer;
680 OMX_U8 LastBufSen
[all...]

Completed in 340 milliseconds

123456789