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

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 54 int corrupted; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 862 int *corrupted = va_arg(args, int *); local
865 if (corrupted && pbi)
867 *corrupted = pbi->common.frame_to_show->corrupted;
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 216 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 657 int *corrupted = va_arg(args, int *); local
659 if (corrupted) {
662 *corrupted = pbi->common.frame_to_show->corrupted;
  /external/libvpx/libvpx/vp8/common/
blockd.h 285 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/
vpxdec.c 982 int corrupted; local
1018 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1023 frames_corrupted += corrupted;
    [all...]

Completed in 529 milliseconds