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

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 92 unsigned int is_kf; /**< Current frame is a keyframe */ member in struct:vpx_codec_stream_info
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h 92 unsigned int is_kf; /**< Current frame is a keyframe */ member in struct:vpx_codec_stream_info
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 174 si->is_kf = 0;
178 si->is_kf = 1;
344 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf)
351 if(!ctx->decoder_init && !ctx->si.is_kf)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 93 si->is_kf = 0;
110 si->is_kf = !vp9_rb_read_bit(&rb);
111 if (si->is_kf) {
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 135 si->is_kf = 0;
177 si->is_kf = !vpx_rb_read_bit(&rb);
181 if (si->is_kf) {
443 if (!ctx->si.is_kf && !is_intra_only)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 221 si->is_kf = 0;
225 si->is_kf = 1;
381 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf)
388 if(!ctx->decoder_init && !ctx->si.is_kf)

Completed in 1153 milliseconds