Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h135 int nWidth, nHeight, nBitDepth; member in FFmpegDemuxer
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/openmax/api/1.1.2/
H A DOMX_IVCommon.h301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight; member
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight; member
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1800 y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->nHeight) / 2; in CreateMainWindow()
1813 _theme->nHeight, in CreateMainWindow()
/third_party/sqlite/src/
H A Dsqlite3.c18338 int nHeight; /* Height of the tree headed by this node */ member
19192 int nHeight; /* Expression tree height of current sub-select */ member
106522 sqlite3ExprCheckHeight(Parse *pParse, int nHeight) global() argument
106581 int nHeight = p->pLeft ? p->pLeft->nHeight : 0; global() local
106613 int nHeight = 0; global() local
194205 int nHeight = (int)aRoot[0]; global() local
[all...]

Completed in 132 milliseconds