Home | Sort by relevance Sort by last modified time |
/external/libvpx/libvpx/vp9/ | |
vp9_dx_iface.c | 47 int decoder_init; member in struct:vpx_codec_alg_priv 280 if (!res && !ctx->decoder_init) { 316 ctx->decoder_init = 1; |
/external/libvpx/libvpx/vp8/ | |
vp8_dx_iface.c | 57 int decoder_init; member in struct:vpx_codec_alg_priv 386 if(!ctx->decoder_init && !ctx->si.is_kf) 422 if (!res && !ctx->decoder_init) 457 ctx->decoder_init = 1; |