OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nMaxFrameWidth
(Results
1 - 10
of
10
) sorted by null
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_Skype_VideoExtensions.h
86
OMX_U32
nMaxFrameWidth
;
107
OMX_U32
nMaxFrameWidth
;
/frameworks/native/include/media/hardware/
HardwareAPI.h
167
//
nMaxFrameWidth
and nMaxFrameHeight are the dimensions of the largest
169
// change is expected, and the
nMaxFrameWidth
/Height fields are unused.
183
OMX_U32
nMaxFrameWidth
;
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
645
if (p->
nMaxFrameWidth
> kMaxAdaptiveStreamingWidth
647
LOGE("resolution %d x %d exceed max driver support %d x %d\n",p->
nMaxFrameWidth
, p->nMaxFrameHeight,
654
if (p->
nMaxFrameWidth
< 640 && p->nMaxFrameHeight < 480) {
656
p->
nMaxFrameWidth
= kMaxAdaptiveStreamingWidth;
664
mMaxFrameWidth = p->
nMaxFrameWidth
;
[
all
...]
/frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp
463
mAdaptiveMaxWidth = adaptivePlaybackParams->
nMaxFrameWidth
;
OMXNodeInstance.cpp
631
params.
nMaxFrameWidth
= maxFrameWidth;
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
[
all
...]
omx_vdec_hevc_swvdec.cpp
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp
[
all
...]
omx_vdec_v4l2.cpp
[
all
...]
Completed in 194 milliseconds