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

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl.cc 18 DCHECK(IsFormatValid(internalformat));
26 bool GpuMemoryBufferImpl::IsFormatValid(unsigned internalformat) {
gpu_memory_buffer_impl.h 60 static bool IsFormatValid(unsigned internalformat);
  /external/chromium_org/media/formats/mp4/
box_definitions.h 201 bool IsFormatValid() const;
box_definitions.cc 463 if (IsFormatValid())
469 bool VideoSampleEntry::IsFormatValid() const {
mp4_stream_parser.cc 281 if (!entry.IsFormatValid()) {
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 453 if (!GpuMemoryBufferImpl::IsFormatValid(request->internalformat) ||
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc     [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 304 milliseconds