HomeSort by relevance Sort by last modified time
    Searched refs:nWidth (Results 26 - 50 of 52) sorted by null

12 3

  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 856 thumbnail_info.crop_info.nWidth = p_thumb_dim->crop.width;
871 if ((thumbnail_info.crop_info.nWidth > thumbnail_info.input_width)
875 thumbnail_info.crop_info.nWidth = thumbnail_info.input_width;
959 rect_type_in.nWidth = CEILING2(dim->crop.width);
965 rect_type_out.nWidth = dim->dst_dim.width;
979 (int)rect_type_in.nWidth, (int)rect_type_in.nHeight,
991 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 856 thumbnail_info.crop_info.nWidth = p_thumb_dim->crop.width;
871 if ((thumbnail_info.crop_info.nWidth > thumbnail_info.input_width)
875 thumbnail_info.crop_info.nWidth = thumbnail_info.input_width;
959 rect_type_in.nWidth = CEILING2(dim->crop.width);
965 rect_type_out.nWidth = dim->dst_dim.width;
979 (int)rect_type_in.nWidth, (int)rect_type_in.nHeight,
991 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 302 int nWidth;
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth;
893 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 389 OMX_U32 nWidth;
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 542 recttype.nWidth = CEILING2(encode_params->scaling_params->in2_w);
565 recttype.nWidth = (encode_params->scaling_params->out2_w);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 890 thumbConf.nWidth = mThumbRes[0].width;
896 thumbConf.nWidth = width;
    [all...]
OMXCameraAdapter.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 753 pCropRectangle->nWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nWidth;
805 (pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nWidth) ||
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 807 printf("\n width: %d height: %d\n", crop_rect.nWidth, crop_rect.nHeight);
815 bytes_written = fwrite(temp, crop_rect.nWidth, 1, outputBufferFile);
822 bytes_written += fwrite(temp, crop_rect.nWidth, 1, outputBufferFile);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 588 sPortDef.format.video.nStride = tParamStruct.nWidth;
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 359 rect_type.nWidth = CEILING2(src_buf->crop.width);
368 rect_type.nWidth = src_buf->out_dim.width;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 705 blocks[0].dim.area.width = tParamRect.nWidth;
710 blocks[1].dim.area.width = tParamRect.nWidth >> 1;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 619 pOutputPort->cropRectangle.nWidth = pOutputPort->newCropRectangle.nWidth;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 702 OMX_PRINT2(pComponentPrivate->dbg, "****** Max Width %d Max Height %d\n",(int)pComponentPrivate->sMaxResolution.nWidth,(int)pComponentPrivate->sMaxResolution.nHeight);
705 arr[8] = pComponentPrivate->sMaxResolution.nWidth;
    [all...]
OMX_JpegDecoder.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 823 bufferConf->cropRect.nWidth = crop.c.width;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]

Completed in 311 milliseconds

12 3