OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portFormat
(Results
1 - 5
of
5
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c
[
all
...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java
638
FrameFormat
portFormat
= getInputPort(inputName).getPortFormat();
639
Class portClass = (
portFormat
== null) ? null :
portFormat
.getObjectClass();
/frameworks/av/media/libstagefright/
OMXCodec.cpp
749
OMX_VIDEO_PARAM_PORTFORMATTYPE
portFormat
;
750
InitOMXParams(&
portFormat
);
751
portFormat
.nPortIndex = portIndex;
753
portFormat
.nIndex = index;
757
&
portFormat
, sizeof(
portFormat
))) {
762
CHECK_EQ(index,
portFormat
.nIndex);
763
if (
portFormat
.eColorFormat == colorFormat) {
764
CODEC_LOGV("Found supported color format: %d",
portFormat
.eColorFormat);
768
portFormat
.nIndex = index
[
all
...]
Completed in 3603 milliseconds