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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 47 unsigned corrupted = 0; local
52 corrupted = webMediaPlayer->corruptedFrameCount();
55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 56 int corrupted; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 54 int corrupted; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 54 int corrupted; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 559 int *corrupted = va_arg(args, int *); local
561 if (corrupted != NULL && ctx->pbi != NULL) {
564 *corrupted = frame->corrupted;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 756 int corrupted = 0; local
757 if (vpx_codec_control(decoder_, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
769 (reference_updates & VP8_ALTR_FRAME)) && !corrupted) {
774 if (corrupted) {
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 531 int *corrupted = va_arg(args, int *); local
533 if (corrupted) {
535 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 516 int *corrupted = va_arg(args, int *); local
519 if (corrupted) {
521 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 751 int *corrupted = va_arg(args, int *); local
754 if (corrupted && pbi)
758 *corrupted = frame->corrupted;
  /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 234 int corrupted; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 869 int *corrupted = va_arg(args, int *); local
873 if (corrupted && pbi)
875 *corrupted = pbi->common.frame_to_show->corrupted;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 234 int corrupted; member in struct:macroblockd
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 238 int corrupted; member in struct:macroblockd
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 1035 int corrupted; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /external/libvpx/libvpx/
vpxdec.c 795 int corrupted; local
832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
836 frames_corrupted += corrupted;
934 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 289 int corrupted; member in struct:macroblockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 795 int corrupted; local
832 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
836 frames_corrupted += corrupted;
934 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);

Completed in 1738 milliseconds