Searched defs:corrupted (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h63 int corrupted; member in struct:yv12_buffer_config
/external/syslinux/gpxe/src/core/
H A Ddebug.c90 uint8_t corrupted = 0; local
101 if ( corrupted == 0 ) {
102 corrupted = 1;
104 "corrupted\n",
122 return corrupted;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c604 int *corrupted = va_arg(args, int *); local
607 if (corrupted && pbi) {
610 *corrupted = frame->corrupted;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h193 int corrupted; member in struct:macroblockd
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c293 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
302 frame_worker_data->pbi->cur_buf->buf.corrupted = 1;
868 int *corrupted = va_arg(args, int *); local
870 if (corrupted) {
880 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h279 int corrupted; member in struct:macroblockd
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1276 int corrupted = 0; local
1277 if (vpx_codec_control(decoder_, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1290 !corrupted) {
1295 if (corrupted) {
/external/libvpx/libvpx/
H A Dvpxdec.c784 int corrupted = 0; local
800 corrupted = 1;
829 corrupted = 1;
843 if (!corrupted &&
844 vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
848 frames_corrupted += corrupted;
980 if (!corrupted) write_image_file(img, planes, outfile);
1005 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);

Completed in 213 milliseconds