Home
last modified time | relevance | path

Searched refs:nWidth (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
192 nWidth = fmtc->streams[iVideoStream]->codecpar->width; in FFmpegDemuxer()
319 return nWidth; in GetWidth()
328 return nBitDepth == 8 ? nWidth * nHeight * 3 / 2: nWidth * nHeight * 3; in GetFrameSize()
372 LOG(INFO) << "Width: " << nWidth << std::endl; in DumpStreamParameters()
/third_party/openmax/api/1.1.2/
H A DOMX_IVCommon.h300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth; member
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth; member
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1799 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow()
1812 _theme->nWidth, in CreateMainWindow()
/third_party/sqlite/src/
H A Dshell.c15575 int nWidth; /* Number of slots in colWidth[] and actualWidth[] */ member
17871 if( nColumn>p->nWidth ){ in exec_prepared_stmt_columnar()
17874 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0; in exec_prepared_stmt_columnar()
17875 p->nWidth = nColumn; in exec_prepared_stmt_columnar()
24624 for (i=0;i<p->nWidth;i++) { in do_meta_command()
25234 p->nWidth = nArg-1; in do_meta_command()
25235 p->colWidth = realloc(p->colWidth, (p->nWidth+1)*sizeof(int)*2); in do_meta_command()
25236 if( p->colWidth==0 && p->nWidth>0 ) shell_out_of_memory(); in do_meta_command()
25237 if( p->nWidth ) p->actualWidth = &p->colWidth[p->nWidth]; in do_meta_command()
[all...]

Completed in 41 milliseconds