/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.h | 70 int nHeight ; 115 OMX_U32 nHeight;
|
JPEGTest.c | 102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight; 108 /*round up if nHeight is not multiple of 16*/ 109 ( (nHeight%16) !=0 ) ? nHeight=16 * ( ( nHeight/16 ) + 1 ) : nHeight; 110 PRINT("new nHeight %d \n", nHeight); 113 imageinfo->nHeight = nHeight [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.h | 49 int nHeight ;
|
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...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_IVCommon.h | 578 OMX_U32 nHeight; [all...] |
OMX_IVCommon.h | 301 * nHeight : Frame height in pixels 308 OMX_U32 nHeight; 395 * nHeight : Height of the rectangle 404 OMX_U32 nHeight;
|
OMX_TI_Video.h | 136 @param nHeight to specify the Aspect ratio: height of the pixel 144 OMX_U32 nHeight;
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_VideoExtensions.h | 566 * nHeight : Specifies the vertical aspect size of the 574 OMX_U16 nHeight;
|
OMX_IVCommon.h | 301 * nHeight : Frame height in pixels 308 OMX_U32 nHeight; 395 * nHeight : Height of the rectangle 404 OMX_U32 nHeight;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 737 (size_t&)focusAreas[0]->tAlgoAreas[n].nHeight); 745 focusAreas[0]->tAlgoAreas[n].nHeight = 746 ( focusAreas[0]->tAlgoAreas[n].nHeight * TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight; 751 (int)focusAreas[0]->tAlgoAreas[n].nWidth, (int)focusAreas[0]->tAlgoAreas[n].nHeight,
|
OMXFD.cpp | 392 nTop = faceData->tFacePosition[j].nTop + faceData->tFacePosition[j].nHeight; 413 tmp = ( double ) faceData->tFacePosition[j].nHeight / ( double ) previewHeight;
|
/frameworks/native/include/media/openmax/ |
OMX_IVCommon.h | 331 * nHeight : Frame height in pixels 338 OMX_U32 nHeight; 425 * nHeight : Height of the rectangle 434 OMX_U32 nHeight; [all...] |
/hardware/qcom/media/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;
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_IVCommon.h | 301 * nHeight : Frame height in pixels 308 OMX_U32 nHeight; 395 * nHeight : Height of the rectangle 404 OMX_U32 nHeight;
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight;
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight;
[all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
resolve.c | [all...] |
expr.c | 263 ** Check that argument nHeight is less than or equal to the maximum 267 int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){ 270 if( nHeight>mxHeight ){ 290 if( p->nHeight>*pnHeight ){ 291 *pnHeight = p->nHeight; 317 ** Set the Expr.nHeight variable in the structure passed as an 324 int nHeight = 0; 325 heightOfExpr(p->pLeft, &nHeight); 326 heightOfExpr(p->pRight, &nHeight); 328 heightOfSelect(p->x.pSelect, &nHeight); [all...] |
/hardware/samsung_slsi/exynos5/libswconverter/ |
csc_ARGB8888_to_YUV420SP_NEON.s | 21 @r12 temp1, nHeight 28 ldr r12, [sp, #40] @ load nHeight 361 subs r12,r12,#2 @nHeight -=2
|
/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 | 650 OMX_S32 nHeight; [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 250 rectParams->nHeight = mCropHeight;
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 93 unsigned int nHeight;
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 111 int nHeight, int nStride, 731 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight, 879 int nWidth, int nHeight, int nStride, 891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 110 int nHeight, int nStride, 718 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight, 866 int nWidth, int nHeight, int nStride, 879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
|