HomeSort by relevance Sort by last modified time
    Searched refs:OMX_VIDEO_PARAM_AVCTYPE (Results 1 - 23 of 23) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.h 49 OMX_VIDEO_PARAM_AVCTYPE AVCComponent[ALL_PORT_NUM];
SEC_OMX_H264dec.c 212 OMX_VIDEO_PARAM_AVCTYPE *pDstAVCComponent = (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
213 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = NULL;
216 ret = SEC_OMX_Check_SizeVersion(pDstAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
229 SEC_OSAL_Memcpy(pDstAVCComponent, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
275 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = NULL;
365 OMX_VIDEO_PARAM_AVCTYPE *pDstAVCComponent = NULL;
366 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
369 ret = SEC_OMX_Check_SizeVersion(pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.h 59 OMX_VIDEO_PARAM_AVCTYPE AVCComponent[ALL_PORT_NUM];
SEC_OMX_H264enc.c 315 OMX_VIDEO_PARAM_AVCTYPE *pDstAVCComponent = (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
316 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = NULL;
319 ret = SEC_OMX_Check_SizeVersion(pDstAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
332 SEC_OSAL_Memcpy(pDstAVCComponent, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
378 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = NULL;
468 OMX_VIDEO_PARAM_AVCTYPE *pDstAVCComponent = NULL;
469 OMX_VIDEO_PARAM_AVCTYPE *pSrcAVCComponent = (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
472 ret = SEC_OMX_Check_SizeVersion(pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Video.h     [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 472 OMX_VIDEO_PARAM_AVCTYPE *avcParams =
473 (OMX_VIDEO_PARAM_AVCTYPE *)params;
638 OMX_VIDEO_PARAM_AVCTYPE *avcType =
639 (OMX_VIDEO_PARAM_AVCTYPE *)params;
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 451 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC;
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 327 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_AVCTYPE);
602 OMX_VIDEO_PARAM_AVCTYPE* pParam = (OMX_VIDEO_PARAM_AVCTYPE*)paramData;
    [all...]
video_encoder_device.cpp 617 OMX_VIDEO_PARAM_AVCTYPE* pParam = (OMX_VIDEO_PARAM_AVCTYPE*)paramData;
    [all...]
omx_video_base.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 560 sizeof(OMX_VIDEO_PARAM_AVCTYPE),
561 OMX_VIDEO_PARAM_AVCTYPE,
    [all...]
OMX_VideoEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 315 OMX_VIDEO_PARAM_AVCTYPE* pH264;
836 /* Set the component's OMX_VIDEO_PARAM_AVCTYPE structure (output) */
838 memset(pAppData->pH264, 0x0, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
839 pAppData->pH264->nSize = sizeof(OMX_VIDEO_PARAM_AVCTYPE);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 575 OMX_VIDEO_PARAM_AVCTYPE* pH264;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 364 OMX_MALLOC_STRUCT(pComponentPrivate->pH264, OMX_VIDEO_PARAM_AVCTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
    [all...]
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 861 OMX_VIDEO_PARAM_AVCTYPE* pH264;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]

Completed in 318 milliseconds