Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Types.h135 typedef uint8_t OMX_U8; typedef
346 OMX_U8 nVersionMajor; /**< Major version accessor element */
347 OMX_U8 nVersionMinor; /**< Minor version accessor element */
348 OMX_U8 nRevision; /**< Revision version accessor element */
349 OMX_U8 nStep; /**< Step version accessor element */
DOMX_Component.h141 OMX_U8 contentURI[1]; /**< The URI name */
247 OMX_U8 nKeySizeUsed;
248 OMX_U8 nKey[128];
253 OMX_U8 nValue[1];
288 OMX_U8 nKey [128];
290 OMX_U8 nLanguageCountry[128];
484 OMX_IN OMX_U8* pBuffer);
569 OMX_OUT OMX_U8 *cRole,
DOMX_Image.h280 OMX_U8 nQuantizationMatrix[64];
318 OMX_U8 nNumberOfHuffmanCodeOfLength[16];
319 OMX_U8 nHuffmanTable[256];
DOMX_Core.h287OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
402 OMX_U8* pBuffer; /**< Pointer to actual block of memory
467 OMX_U8 data[1]; /* Supporting data hint */
1393 OMX_INOUT OMX_U8 **compNames);
1423 OMX_OUT OMX_U8 **roles);
DOMX_Video.h965 OMX_U8 ErrMap[1]; /* Error map hint */
1013 OMX_U8 nNumSliceGroups;
1014 OMX_U8 nSliceGroupMapType;
DOMX_IVCommon.h223 OMX_U8 nCustomizedU;
224 OMX_U8 nCustomizedV;
DOMX_Audio.h859 OMX_U8 nMidiEvents[1]; /**< MIDI event array to be rendered immediately, or an
986 OMX_U8 nMetaEventType; /**< Meta Event Type, 7bits (i.e. 0 - 127) */
1002 OMX_U8 nData[1]; /**< array of one or more bytes of meta data
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264einport.c46 OMX_U8 **map) in enc_AllocateBackTexture()
52 OMX_U8 *ptr; in enc_AllocateBackTexture()
130 OMX_PTR private, OMX_U32 size, OMX_U8 *mem) in h264e_inport_UseBuffer()
Dentrypoint.c154 (ap_hdl, (const OMX_U8 *) OMX_VID_DEC_AVC_ROLE, in OMX_ComponentInit()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.h82 OMX_U32 idx, OMX_PTR private, OMX_U32 size, OMX_U8 *mem);
Dvid_enc.c68 OMX_PTR private, OMX_U32 size, OMX_U8 *mem);
288 OMX_U8 **map) in enc_AllocateBackTexture()
294 OMX_U8 *ptr; in enc_AllocateBackTexture()
674 OMX_PTR private, OMX_U32 size, OMX_U8 *mem) in vid_enc_UseInBuffer()
Dvid_dec_av1.c2346 OMX_PTR private, OMX_U32 size, OMX_U8 *mem) in vid_dec_av1_UseInBuffer()
/third_party/ffmpeg/libavcodec/
Domx.c84 OMX_ERRORTYPE (*ptr_GetComponentsOfRole)(OMX_STRING, OMX_U32*, OMX_U8**);
85 OMX_ERRORTYPE (*ptr_GetRolesOfComponent)(OMX_STRING, OMX_U32*, OMX_U8**);
366 omx_context->ptr_GetComponentsOfRole((OMX_STRING) role, &num, (OMX_U8**) components); in find_component()