HomeSort by relevance Sort by last modified time
    Searched full:portdefinition (Results 1 - 25 of 46) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 74 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
75 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
76 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
77 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
80 exynosOutputPort->portDefinition.format.video.nFrameWidth =
81 exynosInputPort->portDefinition.format.video.nFrameWidth;
82 exynosOutputPort->portDefinition.format.video.nFrameHeight =
83 exynosInputPort->portDefinition.format.video.nFrameHeight;
84 width = exynosOutputPort->portDefinition.format.video.nStride =
85 exynosInputPort->portDefinition.format.video.nStride
    [all...]
Exynos_OMX_VdecControl.c 109 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
123 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
124 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
219 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
236 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
237 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
306 for (i = 0; i < /*pExynosPort->portDefinition.nBufferCountActual*/MAX_BUFFER_NUM; i++) {
341 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
357 OMX_PARAM_PORTDEFINITIONTYPE portDefinition;
473 maxBufferNum = pExynosPort->portDefinition.nBufferCountActual
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 62 memset(&portdefinition, 0, sizeof(portdefinition));
63 ComponentBase::SetTypeHeader(&portdefinition, sizeof(portdefinition));
65 portdefinition.format.audio.cMIMEType = &definition_format_mimetype[0];
66 portdefinition.format.video.cMIMEType = &definition_format_mimetype[0];
67 portdefinition.format.image.cMIMEType = &definition_format_mimetype[0];
83 PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition)
86 SetPortDefinition(portdefinition, true);
188 memcpy(&temp, &portdefinition, sizeof(temp))
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c 108 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
122 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
123 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
216 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
230 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
231 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
305 for (i = 0; i < /*pExynosPort->portDefinition.nBufferCountActual*/MAX_BUFFER_NUM; i++) {
335 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
351 OMX_PARAM_PORTDEFINITIONTYPE portDefinition;
466 maxBufferNum = pExynosPort->portDefinition.nBufferCountActual
    [all...]
Exynos_OMX_Venc.c 61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
62 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
68 exynosInputPort->portDefinition.format.video.nFrameWidth;
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
71 width = exynosOutputPort->portDefinition.format.video.nStride =
72 exynosInputPort->portDefinition.format.video.nStride
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 101 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
115 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
116 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
200 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
213 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
214 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
280 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
310 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
326 OMX_PARAM_PORTDEFINITIONTYPE portDefinition;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c 55 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
160 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
163 pExynosPort->portDefinition.bEnabled = OMX_TRUE;
251 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
254 pExynosPort->portDefinition.bEnabled = OMX_FALSE;
396 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
644 INIT_SET_SIZE_VERSION(&pExynosInputPort->portDefinition, OMX_PARAM_PORTDEFINITIONTYPE);
645 pExynosInputPort->portDefinition.nPortIndex = INPUT_PORT_INDEX;
646 pExynosInputPort->portDefinition.eDir = OMX_DirInput;
647 pExynosInputPort->portDefinition.nBufferCountActual = 0
    [all...]
Exynos_OMX_Basecomponent.c 312 pExynosPort->portDefinition.bPopulated = OMX_FALSE;
352 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
669 if ((pExynosPort->portDefinition.bEnabled == OMX_FALSE) &&
676 if ((pExynosPort->portDefinition.bEnabled == OMX_FALSE) &&
    [all...]
Exynos_OMX_Baseport.h 150 OMX_PARAM_PORTDEFINITIONTYPE portDefinition;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 231 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
232 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
235 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate;
259 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) {
281 pMpeg4Param->TimeIncreamentRes = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16;
339 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
340 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
343 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate;
367 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) {
386 pH263Param->FrameRate = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 245 pExynosComponent->pExynosPort[INPUT_PORT_INDEX].portDefinition.format.audio.eEncoding = OMX_AUDIO_CodingMP3;
794 pExynosPort->portDefinition.nBufferCountActual = inputBufferNum;
795 pExynosPort->portDefinition.nBufferCountMin = inputBufferNum;
796 pExynosPort->portDefinition.nBufferSize = inputBufferSize;
797 pExynosPort->portDefinition.bEnabled = OMX_TRUE;
798 Exynos_OSAL_Memset(pExynosPort->portDefinition.format.audio.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE);
799 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/mpeg");
800 pExynosPort->portDefinition.format.audio.pNativeRender = 0;
801 pExynosPort->portDefinition.format.audio.bFlagErrorConcealment = OMX_FALSE;
802 pExynosPort->portDefinition.format.audio.eEncoding = OMX_AUDIO_CodingMP3
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 40 PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *portdefinition);
178 OMX_PARAM_PORTDEFINITIONTYPE portdefinition; member in class:PortBase
179 /* room for portdefinition.format.*.cMIMEType */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Macros.h 62 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE)
63 #define CHECK_PORT_POPULATED(port) (port->portDefinition.bPopulated == OMX_TRUE)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 849 pInputPortDefinition = &(pInputPort->portDefinition);
850 pOutputPortDefinition = &(pOutputPort->portDefinition);
864 (pInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
865 (pInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight)) {
870 pOutputPortDefinition->nBufferCountActual = pOutputPort->portDefinition.nBufferCountActual;
871 pOutputPortDefinition->nBufferCountMin = pOutputPort->portDefinition.nBufferCountMin;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 745 pInputPortDefinition = &(pInputPort->portDefinition);
746 pOutputPortDefinition = &(pOutputPort->portDefinition);
760 (pInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
761 (pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight)) {
766 pOutputPortDefinition->nBufferCountActual = pOutputPort->portDefinition.nBufferCountActual;
767 pOutputPortDefinition->nBufferCountMin = pOutputPort->portDefinition.nBufferCountMin;
783 (pInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
784 (pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight) ||
785 (pOutputPort->portDefinition.nBufferCountActual != pH264Dec->hMFCH264Handle.maxDPBNum)) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 664 pInputPortDefinition = &(pInputPort->portDefinition);
665 pOutputPortDefinition = &(pOutputPort->portDefinition);
679 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
680 (pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
685 pOutputPortDefinition->nBufferCountActual = pOutputPort->portDefinition.nBufferCountActual;
686 pOutputPortDefinition->nBufferCountMin = pOutputPort->portDefinition.nBufferCountMin;
702 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
703 (pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) ||
704 (pOutputPort->portDefinition.nBufferCountActual != pVp8Dec->hMFCVp8Handle.maxDPBNum)) {
798 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidt
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 240 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
241 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
244 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate;
269 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) {
291 pH264Param->FrameRate = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16;
369 if (pCommonParam->Bitrate != (int)pExynosOutputPort->portDefinition.format.video.nBitrate) {
370 setParam = pExynosOutputPort->portDefinition.format.video.nBitrate;
373 if (pH264Param->FrameRate != (int)((pExynosInputPort->portDefinition.format.video.xFramerate) >> 16)) {
374 setParam = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 493 for (i = 0; i < pExynosPort->portDefinition.nBufferCountActual; i++) {
507 width = pExynosPort->portDefinition.format.video.nFrameWidth;
508 height = pExynosPort->portDefinition.format.video.nFrameHeight;
510 pExynosPort->portDefinition.format.video.eColorFormat,
524 if (pExynosPort->assignedBufferNum == pExynosPort->portDefinition.nBufferCountActual) {
525 pExynosPort->portDefinition.bPopulated = OMX_TRUE;
697 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
790 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
  /frameworks/native/include/media/openmax/
OMX_Image.h 97 * The PortDefinition structure is used to define all of the parameters
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 80 * The PortDefinition structure is used to define all of the parameters
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 80 * The PortDefinition structure is used to define all of the parameters
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 80 * The PortDefinition structure is used to define all of the parameters
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 80 * The PortDefinition structure is used to define all of the parameters
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 97 * The PortDefinition structure is used to define all of the parameters
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 80 * The PortDefinition structure is used to define all of the parameters

Completed in 703 milliseconds

1 2