Home
last modified time | relevance | path

Searched refs:StartDecode (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_function_base.h33 void StartDecode(const std::string& data);
Dwallpaper_api.cc108 StartDecode(*params_->details.data); in RunAsync()
213 StartDecode(*params_->details.data); in OnWallpaperFetched()
Dwallpaper_function_base.cc110 void WallpaperFunctionBase::StartDecode(const std::string& data) { in StartDecode() function in WallpaperFunctionBase
Dwallpaper_private_api.cc354 base::Bind(&WallpaperPrivateSetWallpaperIfExistsFunction::StartDecode, in ReadFileAndInitiateStartDecode()
416 StartDecode(params->wallpaper); in RunAsync()
554 StartDecode(params->wallpaper); in RunAsync()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc256 if (!StartDecode()) { in DecodeToBuffers()
348 if (!StartDecode()) { in DecodeToCallback()
497 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/chromium_org/third_party/libyuv/source/
Dmjpeg_decoder.cc256 if (!StartDecode()) { in DecodeToBuffers()
348 if (!StartDecode()) { in DecodeToCallback()
497 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/libyuv/files/source/
Dmjpeg_decoder.cc282 if (!StartDecode()) { in DecodeToBuffers()
371 if (!StartDecode()) { in DecodeToCallback()
517 bool MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h156 bool StartDecode();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h159 LIBYUV_BOOL StartDecode();
/external/chromium_org/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h160 LIBYUV_BOOL StartDecode();
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp86 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height… in StartDecode() function in CCodec_Jbig2Module
125 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr, in StartDecode() function in CCodec_Jbig2Module
Dcodec_int.h261 …FXCODEC_STATUS StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_b…
264 FXCODEC_STATUS StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr,
/external/pdfium/core/include/fxcodec/
Dfx_codec.h213 …virtual FXCODEC_STATUS StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height, FX_LPCBY…
216 virtual FXCODEC_STATUS StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp406 …ret = pJbig2Moudle->StartDecode(m_pJbig2Context, m_Width, m_Height, m_pStreamAcc->GetData(), m_pSt… in ContinueLoadDIBSource()