Searched defs:pixelHeight (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
H A DWebMElement.c56 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
71 Ebml_SerializeUnsigned(glob, PixelHeight, pixelHeight);
55 writeVideoTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, char *codecId, unsigned int pixelWidth, unsigned int pixelHeight, double frameRate) argument
/external/libvpx/libvpx/
H A Dwebmenc.c167 unsigned int pixelHeight = cfg->g_h; local
200 Ebml_SerializeUnsigned(glob, PixelHeight, pixelHeight);

Completed in 134 milliseconds