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

  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_function_base.h 32 void StartDecode(const std::string& data);
wallpaper_function_base.cc 106 void WallpaperFunctionBase::StartDecode(const std::string& data) {
wallpaper_api.cc 100 StartDecode(*params_->details.wallpaper_data);
193 StartDecode(*params_->details.wallpaper_data);
wallpaper_private_api.cc 340 base::Bind(&WallpaperPrivateSetWallpaperIfExistsFunction::StartDecode,
397 StartDecode(params->wallpaper);
521 StartDecode(params->wallpaper);
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 156 bool StartDecode();
  /external/libyuv/files/source/
mjpeg_decoder.cc 282 if (!StartDecode()) {
371 if (!StartDecode()) {
517 bool MJpegDecoder::StartDecode() {

Completed in 46 milliseconds