OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInputPort
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c
614
EXYNOS_OMX_BASEPORT *
pInputPort
= &pExynosComponent->pExynosPort[INPUT_PORT_INDEX];
622
pInputPort
->portDefinition.format.video.nFrameWidth =
pInputPort
->newPortDefinition.format.video.nFrameWidth;
623
pInputPort
->portDefinition.format.video.nFrameHeight =
pInputPort
->newPortDefinition.format.video.nFrameHeight;
624
pInputPort
->portDefinition.format.video.nStride =
pInputPort
->newPortDefinition.format.video.nStride;
625
pInputPort
->portDefinition.format.video.nSliceHeight =
pInputPort
->newPortDefinition.format.video.nSliceHeight;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c
630
EXYNOS_OMX_BASEPORT *
pInputPort
= &pExynosComponent->pExynosPort[INPUT_PORT_INDEX];
635
if ((!CHECK_PORT_ENABLED(
pInputPort
)) || (!CHECK_PORT_ENABLED(pOutputPort)) ||
636
(!CHECK_PORT_POPULATED(
pInputPort
)) || (!CHECK_PORT_POPULATED(pOutputPort))) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
715
EXYNOS_OMX_BASEPORT *
pInputPort
= &pExynosComponent->pExynosPort[INPUT_PORT_INDEX];
743
pInputPortDefinition = &(
pInputPort
->portDefinition);
747
pInputPortDefinition = &(
pInputPort
->newPortDefinition);
758
(
pInputPort
->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
759
(
pInputPort
->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight)) {
781
(
pInputPort
->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
782
(
pInputPort
->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight) ||
[
all
...]
Completed in 26 milliseconds