| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
| neteq_impl.cc | 702 int decode_return_value = Decode(&packet_list, &operation, [all...] |
| neteq_impl_unittest.cc | 429 virtual int Decode(const uint8_t* encoded,
|
| /external/chromium_org/content/browser/indexed_db/ |
| indexed_db_backing_store.cc | [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| isac.c | [all...] |
| /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
| isac.c | [all...] |
| /art/runtime/arch/ |
| stub_test.cc | [all...] |
| /art/runtime/ |
| common_runtime_test.cc | 350 soa.Self()->SetClassLoaderOverride(soa.Decode<mirror::ClassLoader*>(class_loader_local.get()));
|
| /art/runtime/mirror/ |
| art_field-inl.h | 292 mirror::ArtField* field = f->GetObject(soa.Decode<mirror::Object*>(jlr_field))->AsArtField();
|
| art_method.cc | 56 mirror::ArtMethod* method = f->GetObject(soa.Decode<mirror::Object*>(jlr_method))->AsArtMethod();
|
| /external/chromium_org/chrome/browser/android/ |
| most_visited_sites.cc | 99 scoped_ptr<SkBitmap> image(gfx::JPEGCodec::Decode(
|
| /external/chromium_org/chrome/browser/themes/ |
| browser_theme_pack.cc | 518 // decode it, store the result in the bitmap map and return it. 522 if (!gfx::PNGCodec::Decode(exact_png_it->second->front(), 548 // If not found, decode the corresponging png data, store the result 554 if (!gfx::PNGCodec::Decode(available_png_it->second->front(), [all...] |
| /external/chromium_org/chrome/utility/ |
| chrome_content_utility_client.cc | 346 scoped_ptr<SkBitmap> decoded_image(gfx::JPEGCodec::Decode(
|
| /external/chromium_org/content/common/gpu/media/ |
| gpu_video_decode_accelerator.cc | 251 NOTIMPLEMENTED() << "HW video decode acceleration not available."; 277 VLOG(1) << "HW video decode acceleration not available without " 300 NOTIMPLEMENTED() << "HW video decode acceleration not available."; 336 video_decode_accelerator_->Decode(media::BitstreamBuffer(id, handle, size));
|
| /external/chromium_org/content/renderer/pepper/ |
| pepper_video_decoder_host.cc | 236 decoder_->Decode(
|
| /external/chromium_org/google_apis/gaia/ |
| oauth_request_signer.cc | 298 bool OAuthRequestSigner::Decode(const std::string& text,
|
| /external/chromium_org/media/base/android/ |
| media_decoder_job.cc | 112 bool MediaDecoderJob::Decode( 178 // Do nothing, flush when the next Decode() happens. 232 DVLOG(1) << __FUNCTION__ << " : delete is pending decode completion"; 344 // and request the MediaCodec to be recreated on next Decode(). 390 // Once output EOS has occurred, we should not be asked to decode again. 391 // MediaCodec has undefined behavior if similarly asked to decode after output
|
| /external/chromium_org/media/cast/logging/ |
| stats_event_subscriber_unittest.cc | 148 TEST_F(StatsEventSubscriberTest, Decode) {
|
| /external/chromium_org/media/filters/ |
| video_renderer_impl_unittest.cc | 93 EXPECT_CALL(*decoder_, Decode(_, _)) 180 // A clip that has a decode error: "60 70 error"
|
| vpx_video_decoder.cc | 57 // For VP9 decode when using the default thread count, increase the number 58 // of decode threads to equal the maximum number of tiles possible for 299 void VpxVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
|
| /external/chromium_org/mojo/public/cpp/bindings/lib/ |
| array_internal.h | 197 Decode(&elements[i], handles);
|
| /external/chromium_org/ppapi/proxy/ |
| video_decoder_resource.cc | 137 int32_t VideoDecoderResource::Decode(uint32_t decode_id, 150 // If we allow the plugin to call Decode again, we must have somewhere to 228 // the plugin call Decode again. 293 // Cause any pending Decode or GetPicture callbacks to abort after we return, 444 // If the plugin is waiting, let it call Decode again.
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
| TracingTimelineModel.js | 87 DecodeImage: "Decode Image", 90 DecodeLazyPixelRef: "Decode LazyPixelRef",
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
| media_opt_test.cc | 270 _vcm->RegisterReceiveCodec(&sendCodec, _numberOfCores); // same settings for encode and decode 334 int32_t ret = _vcm->Decode(); 338 printf ("Decode error in frame # %d",_frameCnt);
|
| normal_test.cc | 264 // encode and decode with the same vcm 310 ret = _vcm->Decode(); 315 printf("Error in Decode: %d\n", ret); 379 printf("Average decode time: %f s\n", avgDecTime); 380 ( _log) << "Average decode time: " << avgDecTime << " s" << std::endl;
|
| quality_modes_test.cc | 142 printf("Average decode time: %f s\n", avgDecTime); 143 ( _log) << "Average decode time: " << avgDecTime << " s" << std::endl; 220 // encode and decode with the same vcm 317 // Same timestamp value for encode and decode 320 ret = _vcm->Decode(); 327 printf("Error in Decode: %d\n", ret);
|