HomeSort by relevance Sort by last modified time
    Searched full:resolution_change (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 271 unsigned int resolution_change = 0; local
299 if ((ctx->si.h != h) || (ctx->si.w != w)) resolution_change = 1;
338 if (resolution_change) {

Completed in 395 milliseconds