Searched refs:nSliceHeight (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/media/mm-core/inc/
H A DOMX_Image.h101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h109 * nSliceHeight : Height used when encoding in slices
131 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Image.h101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Image.h101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c86 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
87 exynosInputPort->portDefinition.format.video.nSliceHeight;
244 pExynosInputPort->portDefinition.format.video.nSliceHeight = 0;
257 pExynosOutputPort->portDefinition.format.video.nSliceHeight = 0;
1260 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
1282 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
H A DExynos_OMX_VdecControl.c625 pInputPort->portDefinition.format.video.nSliceHeight = pInputPort->newPortDefinition.format.video.nSliceHeight;
1257 pExynosPort->portDefinition.format.video.nSliceHeight = height;
1265 pExynosOutputPort->portDefinition.format.video.nSliceHeight = height;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c73 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
74 exynosInputPort->portDefinition.format.video.nSliceHeight;
1283 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
1308 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c763 pInputPortDefinition->format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
787 pInputPortDefinition->format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
811 pInputPortDefinition->format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
2292 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
2311 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c898 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
919 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
2305 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
2328 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c709 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
730 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
1890 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
1907 pExynosPort->portDefinition.format.video.nSliceHeight = 0;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c818 pAppData->pInPortDef->format.video.nSliceHeight = -1;
896 pAppData->pOutPortDef->format.video.nSliceHeight = 0;
1001 pAppData->pInPortDef->format.video.nSliceHeight = -1;
1031 pAppData->pOutPortDef->format.video.nSliceHeight = 0;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c889 pInPortDef->format.image.nSliceHeight = -1;
965 pOutPortDef->format.image.nSliceHeight = -1;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3527 DEBUG_PRINT_ERROR("DecWidth %d DecHeight %d\n",portFmt.format.video.nStride,portFmt.format.video.nSliceHeight);
3533 e->src.height = portFmt.format.video.nSliceHeight;
3614 //e->src_rect.h = portFmt.format.video.nSliceHeight;
3772 sliceheight = portFmt.format.video.nSliceHeight;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1441 pInPortDef->format.image.nSliceHeight = -1;
1526 pOutPortDef->format.image.nSliceHeight = -1;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c711 p_session->inputPort.format.image.nSliceHeight =
734 p_session->inputTmbPort.format.image.nSliceHeight =
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c740 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->format.image.nSliceHeight = -1;
760 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef->format.image.nSliceHeight = -1;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c592 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nSliceHeight = -1;
613 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.nSliceHeight = -1;
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp255 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3777 DEBUG_PRINT_ERROR("DecWidth %d DecHeight %d\n",portFmt.format.video.nStride,portFmt.format.video.nSliceHeight);
3783 e->src.height = portFmt.format.video.nSliceHeight;
3865 //e->src_rect.h = portFmt.format.video.nSliceHeight;
4023 sliceheight = portFmt.format.video.nSliceHeight;

Completed in 576 milliseconds

12