HomeSort by relevance Sort by last modified time
    Searched refs:decoder_init (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 47 int decoder_init; member in struct:vpx_codec_alg_priv
281 if (!res && !ctx->decoder_init) {
317 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;

Completed in 1004 milliseconds