OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nStride
(Results
26 - 50
of
52
) sorted by null
1
2
3
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
762
pInputPortDefinition->format.video.
nStride
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
786
pInputPortDefinition->format.video.
nStride
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
810
pInputPortDefinition->format.video.
nStride
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
797
portCheck.format.video.
nStride
= portParams.mStride;
854
portCheck.format.image.
nStride
= 0;
881
portParams.mStride = portCheck.format.image.
nStride
;
894
CAMHAL_LOGDB("\n ***IMG portCheck.format.image.
nStride
= %ld\n",
895
portCheck.format.image.
nStride
);
908
CAMHAL_LOGDB("\n ***PRV portCheck.format.video.
nStride
= %ld\n",
909
portCheck.format.video.
nStride
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
897
pExynosInputPort->portDefinition.format.video.
nStride
= ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15))
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
708
pExynosInputPort->portDefinition.format.video.
nStride
= ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
729
pExynosInputPort->portDefinition.format.video.
nStride
= ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
817
pAppData->pInPortDef->format.video.
nStride
= -1;
895
pAppData->pOutPortDef->format.video.
nStride
= 0;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
888
pInPortDef->format.image.
nStride
= -1;
964
pOutPortDef->format.image.
nStride
= -1;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
711
p_session->inputPort.format.image.
nStride
=
731
p_session->inputTmbPort.format.image.
nStride
=
[
all
...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
709
p_session->inputPort.format.image.
nStride
=
732
p_session->inputTmbPort.format.image.
nStride
=
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
591
pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.
nStride
= -1;
612
pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.
nStride
= -1;
[
all
...]
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c
204
input_port.format.image.
nStride
= src_buf->src_dim.width;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp
254
m_sInPortDef.format.video.
nStride
= OMX_CORE_QCIF_WIDTH;
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
OMXCodec.cpp
831
video_def->
nStride
= stride;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_msm8974.cpp
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
257
m_sInPortDef.format.video.
nStride
= OMX_CORE_QCIF_WIDTH;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c
630
pPortDef->format.video.
nStride
= -1;
672
pPortDef->format.video.
nStride
= -1;
[
all
...]
Completed in 719 milliseconds
1
2
3