Home
last modified time | relevance | path

Searched refs:nWidth (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
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/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h136 int nWidth, nHeight, nBitDepth; variable
193 nWidth = fmtc->streams[iVideoStream]->codecpar->width; in FFmpegDemuxer()
320 return nWidth; in GetWidth()
329 return nBitDepth == 8 ? nWidth * nHeight * 3 / 2: nWidth * nHeight * 3; in GetFrameSize()
373 LOG(INFO) << "Width: " << nWidth << std::endl; in DumpStreamParameters()
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1784 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow()
1797 _theme->nWidth, in CreateMainWindow()
/third_party/sqlite/src/
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()