OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newCropRectangle
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h
196
OMX_CONFIG_RECTTYPE
newCropRectangle
;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c
617
pOutputPort->cropRectangle.nTop = pOutputPort->
newCropRectangle
.nTop;
618
pOutputPort->cropRectangle.nLeft = pOutputPort->
newCropRectangle
.nLeft;
619
pOutputPort->cropRectangle.nWidth = pOutputPort->
newCropRectangle
.nWidth;
620
pOutputPort->cropRectangle.nHeight = pOutputPort->
newCropRectangle
.nHeight;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
746
pCropRectangle = &(pOutputPort->
newCropRectangle
);
[
all
...]
Completed in 6092 milliseconds