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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 426 vlVdpSurface *vlsurf; local
449 vlsurf = (vlVdpSurface *)vlGetDataHTAB(target);
450 if (!vlsurf)
453 if (vlsurf->device != vldecoder->device)
456 if (vlsurf->video_buffer != NULL && vlsurf->video_buffer->chroma_format != dec->chroma_format)
460 pipe_mutex_lock(vlsurf->device->mutex);
465 if (vlsurf->video_buffer == NULL ||
466 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) ||
467 !buffer_support[vlsurf->video_buffer->interlaced])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 426 vlVdpSurface *vlsurf; local
449 vlsurf = (vlVdpSurface *)vlGetDataHTAB(target);
450 if (!vlsurf)
453 if (vlsurf->device != vldecoder->device)
456 if (vlsurf->video_buffer != NULL && vlsurf->video_buffer->chroma_format != dec->chroma_format)
460 pipe_mutex_lock(vlsurf->device->mutex);
465 if (vlsurf->video_buffer == NULL ||
466 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) ||
467 !buffer_support[vlsurf->video_buffer->interlaced])
    [all...]

Completed in 46 milliseconds