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

1 2 3 4

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 69 int nWidth;
114 OMX_U32 nWidth;
JPEGTest.c 102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight;
104 /*round up if nWidth is not multiple of 32*/
105 ( (nWidth%32 ) !=0 ) ? nWidth=32 * ( ( nWidth/32 ) + 1 ) : nWidth;
106 PRINT("411 file new nWidth %d \n", nWidth);
112 imageinfo->nWidth = nWidth
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 48 int nWidth;
JPEGTestEnc.c 656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) {
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 504 int nWidth = 0;
509 nWidth = va_arg(argList, int);
517 if (nWidth == 0) {
518 nWidth = FXSYS_atoi(lpsz);
522 if (nWidth < 0 || nWidth > 128 * 1024) {
636 if (nItemLen < nWidth) {
637 nItemLen = nWidth;
653 if (nItemLen < nWidth + nPrecision) {
654 nItemLen = nWidth + nPrecision;
    [all...]
fx_basic_wstring.cpp 800 int nWidth = 0;
805 nWidth = va_arg(argList, int);
813 if (nWidth == 0) {
814 nWidth = FXSYS_wtoi(lpsz);
818 if (nWidth < 0 || nWidth > 128 * 1024) {
932 if (nItemLen < nWidth) {
933 nItemLen = nWidth;
949 if (nItemLen < nWidth + nPrecision) {
950 nItemLen = nWidth + nPrecision;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 116 OMX_U32 nWidth = 0;
151 nWidth = nValue;
172 sStructRCV.nHorizSize = nWidth;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h 577 OMX_U32 nWidth;
    [all...]
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h 595 OMX_U32 nWidth;
    [all...]
OMX_IVCommon.h 326 * nWidth : Frame width in pixels
333 OMX_U32 nWidth;
420 * nWidth : Width of the rectangle
429 OMX_U32 nWidth;
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 12 @r3 nWidth
13 @r4 pDstY2 = pDstY + nWidth
30 add r4, r0, r3 @r4: pDstY2 = pDstY + nWidth
32 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
354 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
355 add r0, r0, r3 @pDstY + nwidth
357 add r4, r4, r3 @pDstY2 + nwidth
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 117 void SetBorderWidth(int nWidth);
  /hardware/qcom/media/mm-core/inc/
QOMX_VideoExtensions.h 564 * nWidth : Specifies the horizontal aspect size of
573 OMX_U16 nWidth;
OMX_IVCommon.h 313 * nWidth : Frame width in pixels
320 OMX_U32 nWidth;
407 * nWidth : Width of the rectangle
416 OMX_U32 nWidth;
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFocus.cpp 774 (size_t&)focusAreas->tAlgoAreas[n].nWidth,
781 focusAreas->tAlgoAreas[n].nWidth =
782 ( focusAreas->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
789 (int)focusAreas->tAlgoAreas[n].nWidth, (int)focusAreas->tAlgoAreas[n].nHeight,
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 736 (size_t&)focusAreas[0]->tAlgoAreas[n].nWidth,
743 focusAreas[0]->tAlgoAreas[n].nWidth =
744 ( focusAreas[0]->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
751 (int)focusAreas[0]->tAlgoAreas[n].nWidth, (int)focusAreas[0]->tAlgoAreas[n].nHeight,
OMXFD.cpp 391 nLeft = faceData->tFacePosition[j].nLeft + faceData->tFacePosition[j].nWidth;
408 tmp = ( double ) faceData->tFacePosition[j].nWidth / ( double ) previewWidth;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 337 * nWidth : Frame width in pixels
344 OMX_U32 nWidth;
431 * nWidth : Width of the rectangle
440 OMX_U32 nWidth;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 337 virtual HRESULT WINAPI GetSurface(LONG nWidth,LONG nHeight,REFGUID bfid,ULONG nPasses,DWORD dwHints,IUnknown **ppSurface) = 0;
350 HRESULT (WINAPI *GetSurface)(IImageDecodeEventSink *This,LONG nWidth,LONG nHeight,REFGUID bfid,ULONG nPasses,DWORD dwHints,IUnknown **ppSurface);
365 #define IImageDecodeEventSink_GetSurface(This,nWidth,nHeight,bfid,nPasses,dwHints,ppSurface) (This)->lpVtbl->GetSurface(This,nWidth,nHeight,bfid,nPasses,dwHints,ppSurface)
373 HRESULT WINAPI IImageDecodeEventSink_GetSurface_Proxy(IImageDecodeEventSink *This,LONG nWidth,LONG nHeight,REFGUID bfid,ULONG nPasses,DWORD dwHints,IUnknown **ppSurface);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 649 OMX_S32 nWidth;
    [all...]

Completed in 2067 milliseconds

1 2 3 4