Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextFFmpegDemuxer.h135 int nWidth, nHeight, nBitDepth; variable
193 nHeight = fmtc->streams[iVideoStream]->codecpar->height; in FFmpegDemuxer()
322 return nHeight; in GetHeight()
328 return nBitDepth == 8 ? nWidth * nHeight * 3 / 2: nWidth * nHeight * 3; in GetFrameSize()
373 LOG(INFO) << "Height: " << nHeight << std::endl; in DumpStreamParameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h136 int nWidth, nHeight, nBitDepth; variable
194 nHeight = fmtc->streams[iVideoStream]->codecpar->height; in FFmpegDemuxer()
323 return nHeight; in GetHeight()
329 return nBitDepth == 8 ? nWidth * nHeight * 3 / 2: nWidth * nHeight * 3; in GetFrameSize()
374 LOG(INFO) << "Height: " << nHeight << std::endl; in DumpStreamParameters()
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h308 OMX_U32 nHeight; member
404 OMX_U32 nHeight; member
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1785 y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->nHeight) / 2; in CreateMainWindow()
1798 _theme->nHeight, in CreateMainWindow()
/third_party/sqlite/src/
Dsqlite3.c18338 int nHeight; /* Height of the tree headed by this node */ member
19192 int nHeight; /* Expression tree height of current sub-select */ member
105451 w.pParse->nHeight += pExpr->nHeight;
105452 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
105458 w.pParse->nHeight -= pExpr->nHeight;
105493 w.pParse->nHeight += pExpr->nHeight;
105494 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
105500 w.pParse->nHeight -= pExpr->nHeight;
106309 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
106312 if( nHeight>mxHeight ){
[all …]