HomeSort by relevance Sort by last modified time
    Searched refs:OMX_U8 (Results 201 - 225 of 457) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 48 OMX_OUT OMX_U8 **roles);
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,
OMX_TI_IVCommon.h 290 OMX_U8 nDigitalZoomSpeed;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/
omx_proxy_sample.c 91 TIMM_OSAL_Malloc(MAX_COMPONENT_NAME_LENGTH * sizeof(OMX_U8),
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.h 61 OMX_STRING, OMX_U32 *, OMX_U8 **);
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 33 rbsp_buf = (OMX_U8 *) calloc(1,100);
126 OMX_S32 extra_data_handler::parse_rbsp(OMX_U8 *buf, OMX_U32 len)
164 OMX_S32 extra_data_handler::parse_sei(OMX_U8 *buffer, OMX_U32 buffer_length)
232 OMX_U8 *pBuffer = (OMX_U8 *)pBufHdr->pBuffer;
278 while(extra_data && (OMX_U8*)extra_data < (buf_hdr->pBuffer +
294 extra_data = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) extra_data) +
398 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type)
426 OMX_U32 extra_data_handler::create_sei(OMX_U8 *buffer)
458 OMX_U8 *buffer = (OMX_U8 *) ((unsigned)(buf_hdr->pBuffer
    [all...]