HomeSort by relevance Sort by last modified time
    Searched refs:nFrameHeight (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/qcom/media/mm-video/vidc/venc/test/
fb_test.c 31 int nFrameHeight)
camera_test.cpp 37 int nFrameHeight,
47 // nFrameHeight,
venc_test.cpp 195 OMX_U32 nFrameHeight;
360 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
362 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight
376 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
410 mb_per_frame = ((m_sProfile.nFrameHeight+15)>>4)*
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
fb_test.h 37 int nFrameHeight);
camera_test.h 47 int nFrameHeight,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
107 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_CIF_HEIGHT) &&
108 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_QCIF_HEIGHT))) {
136 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_QCIF_HEIGHT) &&
137 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight >= VIDDEC_MIN_HEIGHT))) {
866 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Image.h 111 * nFrameHeight : Height of frame to be used on port if
132 OMX_U32 nFrameHeight;
OMX_Video.h 118 * nFrameHeight : Height of frame to be used on channel if
145 OMX_U32 nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 444 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15));
453 pSECOutputPort->portDefinition.format.video.nFrameHeight = pSECPort->portDefinition.format.video.nFrameHeight;
775 secInputPort->portDefinition.format.video.nFrameHeight);
789 (secInputPort->portDefinition.format.video.nFrameHeight != actualHeight)) {
793 secInputPort->portDefinition.format.video.nFrameHeight = actualHeight;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 585 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15));
594 pSECOutputPort->portDefinition.format.video.nFrameHeight = pSECPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 574 OMX_U16 nFrameHeight;
635 nFrameHeight = pPortDefIn->format.image.nFrameHeight * nScaleFactor / 100;
638 if (nFrameHeight <= 144 &&
642 else if (nFrameHeight <= 288 &&
646 else if (nFrameHeight <= 480 &&
650 else if (nFrameHeight<= 1024 &&
654 else if (nFrameHeight <= 1200 &&
658 else if (nFrameHeight<= 1536 &&
662 else if (nFrameHeight<= 1600 &
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 215 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
238 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
453 (int)portDefn->format.video.nFrameHeight,
470 m_sInPortDef.format.video.nFrameHeight = portDefn->format.video.nFrameHeight;
    [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...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 55 (secOutputPort->portDefinition.format.video.nFrameHeight !=
56 secInputPort->portDefinition.format.video.nFrameHeight)) {
61 secOutputPort->portDefinition.format.video.nFrameHeight =
62 secInputPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 54 (secOutputPort->portDefinition.format.video.nFrameHeight !=
55 secInputPort->portDefinition.format.video.nFrameHeight)) {
60 secOutputPort->portDefinition.format.video.nFrameHeight =
61 secInputPort->portDefinition.format.video.nFrameHeight;
695 int height = pSECPort->portDefinition.format.video.nFrameHeight;
751 height = pSECPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 192 pMpeg4Param->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
244 pH263Param->SourceHeight = pSECOutputPort->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;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 197 pH264Arg->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
776 height = pSECPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 962 video_def->nFrameHeight = height;
987 video_def->nFrameHeight = height;
    [all...]

Completed in 497 milliseconds

1 2