Searched defs:pixelWidth (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/libmkv/
H A DWebMElement.c59 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
74 Ebml_SerializeUnsigned(glob, PixelWidth, pixelWidth);
58 writeVideoTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, char *codecId, unsigned int pixelWidth, unsigned int pixelHeight, double frameRate) argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1126 const int pixelWidth = 2; local
1128 innerRect.inflate(-pixelWidth);
1131 ctx->strokeRect(innerRect, pixelWidth);
/external/libvpx/libvpx/
H A Dvpxenc.c749 unsigned int pixelWidth = cfg->g_w; local
755 Ebml_SerializeUnsigned(glob, PixelWidth, pixelWidth);

Completed in 146 milliseconds