OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nFrameHeight
(Results
26 - 50
of
79
) sorted by null
1
2
3
4
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp
253
m_sInPortDef.format.video.
nFrameHeight
= OMX_CORE_QCIF_HEIGHT;
278
m_sOutPortDef.format.video.
nFrameHeight
= OMX_CORE_QCIF_HEIGHT;
515
(int)portDefn->format.video.
nFrameHeight
,
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c
76
(exynosOutputPort->portDefinition.format.video.
nFrameHeight
!=
77
exynosInputPort->portDefinition.format.video.
nFrameHeight
)) {
82
exynosOutputPort->portDefinition.format.video.
nFrameHeight
=
83
exynosInputPort->portDefinition.format.video.
nFrameHeight
;
98
height = exynosOutputPort->portDefinition.format.video.
nFrameHeight
;
242
pExynosInputPort->portDefinition.format.video.
nFrameHeight
= DEFAULT_FRAME_HEIGHT;
255
pExynosOutputPort->portDefinition.format.video.
nFrameHeight
= DEFAULT_FRAME_HEIGHT;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
603
if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (352*288)) {
606
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (640*480)) {
609
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (720*576)) {
612
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (1*1024*1024)) {
615
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (2*1024*1024)) {
618
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (3*1024*1024)) {
621
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (4*1024*1024)) {
624
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (5*1024*1024)) {
627
else if ((pPortDefIn->format.image.
nFrameHeight
* pPortDefIn->format.image.nFrameWidth) <= (6*1024*1024)) {
648
ptCreateString[8] = (pPortDefOut->format.image.
nFrameHeight
> 0) ? pPortDefOut->format.image.nFrameHeight : JPGENC_SNTEST_MAX_HEIGHT
[
all
...]
OMX_JpegEncoder.c
590
pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.
nFrameHeight
= 480; /* 144; */
611
pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.
nFrameHeight
= 480; /* 144; */
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
260
def.format.video.
nFrameHeight
= mVideoHeight;
291
def.format.video.
nFrameHeight
= mVideoHeight;
484
mVideoHeight = def->format.video.
nFrameHeight
;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
256
m_sInPortDef.format.video.
nFrameHeight
= OMX_CORE_QCIF_HEIGHT;
281
m_sOutPortDef.format.video.
nFrameHeight
= OMX_CORE_QCIF_HEIGHT;
492
(int)portDefn->format.video.
nFrameHeight
,
497
portDefn->format.video.
nFrameHeight
)) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
98
unsigned int
nFrameHeight
;
/frameworks/av/media/libstagefright/
OMXCodec.cpp
830
video_def->
nFrameHeight
= height;
855
video_def->
nFrameHeight
= height;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
241
pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.
nFrameHeight
;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c
120
iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.
nFrameHeight
;
194
iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.
nFrameHeight
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
354
* ((def->format.video.
nFrameHeight
+ 15) & -16) * 3) / 2;
/device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c
344
ALOGV("%s:nFrameWidth=%d
nFrameHeight
=%d nBufferSize=%d w=%d h=%d",
346
inputPort->format.image.
nFrameHeight
, inputPort->nBufferSize,
487
inputPort->format.image.
nFrameHeight
= encode_params->dimension->orig_picture_dy;
494
inputPort1->format.image.
nFrameHeight
=
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
398
def.format.video.
nFrameHeight
= mVideoHeight;
421
def.format.video.
nFrameHeight
= mVideoHeight;
593
mVideoHeight = def->format.video.
nFrameHeight
;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
/frameworks/native/include/media/openmax/
OMX_Video.h
120
*
nFrameHeight
: Height of frame to be used on channel if
147
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/qcom/media/mm-core/inc/
OMX_Video.h
102
*
nFrameHeight
: Height of frame to be used on channel if
129
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h
101
*
nFrameHeight
: Height of frame to be used on channel if
128
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Video.h
101
*
nFrameHeight
: Height of frame to be used on channel if
128
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h
101
*
nFrameHeight
: Height of frame to be used on channel if
128
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h
101
*
nFrameHeight
: Height of frame to be used on channel if
128
OMX_U32
nFrameHeight
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
232
pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.
nFrameHeight
;
340
pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.
nFrameHeight
;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
809
unsigned int scanlines = VENUS_Y_SCANLINES(COLOR_FMT_NV12, portFmt.format.video.
nFrameHeight
);
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
795
portCheck.format.video.
nFrameHeight
= portParams.mHeight;
799
( portCheck.format.video.
nFrameHeight
>= 1080 ) &&
817
portCheck.format.image.
nFrameHeight
= portParams.mHeight;
886
CAMHAL_LOGDB("\n ***IMG Height = %ld", portCheck.format.image.
nFrameHeight
);
900
CAMHAL_LOGDB("\n ***PRV Height = %ld", portCheck.format.video.
nFrameHeight
);
[
all
...]
Completed in 2927 milliseconds
1
2
3
4