Searched refs:nWidth (Results 1 – 5 of 5) sorted by relevance
135 int nWidth, nHeight, nBitDepth; variable192 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()
136 int nWidth, nHeight, nBitDepth; variable193 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()
307 OMX_U32 nWidth; member403 OMX_U32 nWidth; member
1784 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow()1797 _theme->nWidth, in CreateMainWindow()
15575 int nWidth; /* Number of slots in colWidth[] and actualWidth[] */ member17871 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()