/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_function_base.h | 33 void StartDecode(const std::string& data);
|
D | wallpaper_api.cc | 108 StartDecode(*params_->details.data); in RunAsync() 213 StartDecode(*params_->details.data); in OnWallpaperFetched()
|
D | wallpaper_function_base.cc | 110 void WallpaperFunctionBase::StartDecode(const std::string& data) { in StartDecode() function in WallpaperFunctionBase
|
D | wallpaper_private_api.cc | 354 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/ |
D | mjpeg_decoder.cc | 256 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/ |
D | mjpeg_decoder.cc | 256 if (!StartDecode()) { in DecodeToBuffers() 348 if (!StartDecode()) { in DecodeToCallback() 497 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 282 if (!StartDecode()) { in DecodeToBuffers() 371 if (!StartDecode()) { in DecodeToCallback() 517 bool MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
|
/external/libyuv/files/include/libyuv/ |
D | mjpeg_decoder.h | 156 bool StartDecode();
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 159 LIBYUV_BOOL StartDecode();
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 160 LIBYUV_BOOL StartDecode();
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 86 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
|
D | codec_int.h | 261 …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/ |
D | fx_codec.h | 213 …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/ |
D | fpdf_render_loadimage.cpp | 406 …ret = pJbig2Moudle->StartDecode(m_pJbig2Context, m_Width, m_Height, m_pStreamAcc->GetData(), m_pSt… in ContinueLoadDIBSource()
|