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

1 2 3

  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 31 int nHeight,
34 int count = nHeight * src_pitch;
42 int nHeight,
48 for (row = 0; row < nHeight; row++) {
59 for (row = 0; row < nHeight; row++) {
66 for (row = 0; row < nHeight; row++) {
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 174 unsigned int nHeight = WINDOW_HEIGHT;
184 SetRect(&sRect, 0, 0, nWidth, nHeight);
187 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL);
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_VideoExtensions.h 566 * nHeight : Specifies the vertical aspect size of the
574 OMX_U16 nHeight;
OMX_IVCommon.h 314 * nHeight : Frame height in pixels
321 OMX_U32 nHeight;
408 * nHeight : Height of the rectangle
417 OMX_U32 nHeight;
QOMX_IVCommonExtensions.h 407 OMX_U32 nHeight;
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_VideoExtensions.h 567 * nHeight : Specifies the vertical aspect size of the
575 OMX_U16 nHeight;
OMX_IVCommon.h 314 * nHeight : Frame height in pixels
321 OMX_U32 nHeight;
408 * nHeight : Height of the rectangle
417 OMX_U32 nHeight;
    [all...]
QOMX_IVCommonExtensions.h 407 OMX_U32 nHeight;
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_VideoExtensions.h 567 * nHeight : Specifies the vertical aspect size of the
575 OMX_U16 nHeight;
OMX_IVCommon.h 314 * nHeight : Frame height in pixels
321 OMX_U32 nHeight;
408 * nHeight : Height of the rectangle
417 OMX_U32 nHeight;
    [all...]
QOMX_IVCommonExtensions.h 407 OMX_U32 nHeight;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 339 * nHeight : Frame height in pixels
346 OMX_U32 nHeight;
433 * nHeight : Height of the rectangle
442 OMX_U32 nHeight;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight;
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight;
  /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);
msimcsdk.h 330 virtual HRESULT WINAPI Move(__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight) = 0;
355 HRESULT (WINAPI *Move)(IMSIMWindow *This,__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight);
382 #define IMSIMWindow_Move(This,nX,nY,nWidth,nHeight) (This)->lpVtbl->Move(This,nX,nY,nWidth,nHeight)
399 HRESULT WINAPI IMSIMWindow_Move_Proxy(IMSIMWindow *This,__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 1014 thumbnail_info.crop_info.nHeight = (OMX_U32)p_thumb_dim->crop.height;
1036 thumbnail_info.crop_info.nHeight = p_main_dim->crop.height;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 1014 thumbnail_info.crop_info.nHeight = (OMX_U32)p_thumb_dim->crop.height;
1036 thumbnail_info.crop_info.nHeight = p_main_dim->crop.height;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 1167 thumbnail_info.crop_info.nHeight = (OMX_U32)p_thumb_dim->crop.height;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 540 rectParams->nHeight = mCropHeight;

Completed in 1110 milliseconds

1 2 3