OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecOutbufConf
(Results
1 - 6
of
6
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.h
50
ExynosVideoGeometry
codecOutbufConf
;
Exynos_OMX_Vp8dec.c
688
Exynos_OSAL_Memset(&pVp8Dec->hMFCVp8Handle.
codecOutbufConf
, 0, sizeof(ExynosVideoGeometry));
689
if (pOutbufOps->Get_Geometry(hMFCHandle, &pVp8Dec->hMFCVp8Handle.
codecOutbufConf
) != VIDEO_ERROR_NONE) {
704
if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameWidth) ||
705
(pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameHeight)) {
706
pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameWidth;
707
pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameHeight;
708
pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameWidth + 15) & (~15));
709
pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameHeight + 15) & (~15));
724
if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameWidth) ||
725
(pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.
codecOutbufConf
.nFrameHeight) |
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.h
48
ExynosVideoGeometry
codecOutbufConf
;
Exynos_OMX_H264dec.c
726
Exynos_OSAL_Memset(&pH264Dec->hMFCH264Handle.
codecOutbufConf
, 0, sizeof(ExynosVideoGeometry));
727
if (pOutbufOps->Get_Geometry(hMFCHandle, &pH264Dec->hMFCH264Handle.
codecOutbufConf
) != VIDEO_ERROR_NONE) {
751
pCropRectangle->nTop = pH264Dec->hMFCH264Handle.
codecOutbufConf
.cropRect.nTop;
752
pCropRectangle->nLeft = pH264Dec->hMFCH264Handle.
codecOutbufConf
.cropRect.nLeft;
753
pCropRectangle->nWidth = pH264Dec->hMFCH264Handle.
codecOutbufConf
.cropRect.nWidth;
754
pCropRectangle->nHeight = pH264Dec->hMFCH264Handle.
codecOutbufConf
.cropRect.nHeight;
758
(pInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.
codecOutbufConf
.nFrameWidth) ||
759
(pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.
codecOutbufConf
.nFrameHeight)) {
760
pInputPortDefinition->format.video.nFrameWidth = pH264Dec->hMFCH264Handle.
codecOutbufConf
.nFrameWidth;
761
pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.
codecOutbufConf
.nFrameHeight
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.h
75
ExynosVideoGeometry
codecOutbufConf
;
Exynos_OMX_Mpeg4dec.c
877
Exynos_OSAL_Memset(&pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
, 0, sizeof(ExynosVideoGeometry));
878
if (pOutbufOps->Get_Geometry(hMFCHandle, &pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
) != VIDEO_ERROR_NONE) {
893
if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
.nFrameWidth) ||
894
(pExynosInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
.nFrameHeight)) {
895
pExynosInputPort->portDefinition.format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
.nFrameWidth;
896
pExynosInputPort->portDefinition.format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
.nFrameHeight;
897
pExynosInputPort->portDefinition.format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.
codecOutbufConf
.nFrameWidth + 15) & (~15))
[
all
...]
Completed in 26 milliseconds