Searched refs:OMX_U8 (Results 1 – 13 of 13) sorted by relevance
/third_party/openmax/api/1.1.2/ |
D | OMX_Types.h | 135 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 */
|
D | OMX_Component.h | 141 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,
|
D | OMX_Image.h | 280 OMX_U8 nQuantizationMatrix[64]; 318 OMX_U8 nNumberOfHuffmanCodeOfLength[16]; 319 OMX_U8 nHuffmanTable[256];
|
D | OMX_Core.h | 287 …OMX_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);
|
D | OMX_Video.h | 965 OMX_U8 ErrMap[1]; /* Error map hint */ 1013 OMX_U8 nNumSliceGroups; 1014 OMX_U8 nSliceGroupMapType;
|
D | OMX_IVCommon.h | 223 OMX_U8 nCustomizedU; 224 OMX_U8 nCustomizedV;
|
D | OMX_Audio.h | 859 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/ |
D | h264einport.c | 46 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()
|
D | entrypoint.c | 154 (ap_hdl, (const OMX_U8 *) OMX_VID_DEC_AVC_ROLE, in OMX_ComponentInit()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec.h | 82 OMX_U32 idx, OMX_PTR private, OMX_U32 size, OMX_U8 *mem);
|
D | vid_enc.c | 68 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()
|
D | vid_dec_av1.c | 2346 OMX_PTR private, OMX_U32 size, OMX_U8 *mem) in vid_dec_av1_UseInBuffer()
|
/third_party/ffmpeg/libavcodec/ |
D | omx.c | 84 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()
|