| /external/chromium_org/content/common/gpu/media/ |
| android_video_decode_accelerator.h | 42 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
|
| /external/chromium_org/content/common/mac/ |
| attributed_string_coder.h | 88 static NSAttributedString* Decode(const EncodedString* str);
|
| /external/chromium_org/content/renderer/pepper/ |
| video_decoder_shim.h | 56 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE; 108 // Queue of completed decode ids, for notifying the host.
|
| /external/chromium_org/sdch/open-vcdiff/src/ |
| vcdecoder5_test.cc | 27 // Decode an encoding that uses a RUN instruction to allocate 64MB. 60 // Ensure that, with allow_vcd_target set to false, we can decode any number of 62 TEST_F(VCDiffLargeTargetTest, Decode) { 107 // Trying to decode a second window should exceed the target file size limit.
|
| /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| SkPdfType0FunctionDictionary_autogen.cpp | 59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { 60 SkPdfNativeObject* ret = get("Decode", ""); 68 return get("Decode", "") != NULL;
|
| SkPdfType4ShadingDictionary_autogen.cpp | 47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType5ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType6ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
| media_codec_video_decoder.cc | 51 int32_t MediaCodecVideoDecoder::Decode(
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/ |
| audio_decoder.h | 78 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 81 // Same as Decode(), but interfaces to the decoders redundant decode function. 82 // The default implementation simply calls the regular Decode() method.
|
| /external/chromium_org/third_party/webrtc/modules/utility/source/ |
| coder.cc | 54 int32_t AudioCoder::Decode(AudioFrame& decodedAudio,
|
| video_coder.cc | 62 int32_t VideoCoder::Decode(I420VideoFrame& decodedVideo,
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/ |
| mock_video_codec_interface.h | 63 MOCK_METHOD5(Decode, int32_t(const EncodedImage& inputImage,
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/ |
| video_codec_interface.h | 197 // Decode encoded image (as a part of a video stream). The decoded image 198 // will be returned to the user through the decode complete callback. 203 // since the previous decode call. 215 Decode(const EncodedImage& inputImage, 221 // Register an decode complete callback object.
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
| vp8_impl.h | 158 // Decode encoded image (as a part of a video stream). The decoded image 159 // will be returned to the user through the decode complete callback. 164 // since the previous decode call. 174 virtual int Decode(const EncodedImage& input_image, 180 // Register a decode complete callback object.
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
| mt_test_common.cc | 137 state->_vcm.Decode();
|
| /external/chromium_org/ui/gfx/image/ |
| image_util.cc | 21 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(input, input_size));
|
| /external/lzma/CPP/7zip/Compress/ |
| RangeCoderBit.h | 83 UInt32 Decode(CDecoder *decoder)
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| SkPdfType0FunctionDictionary_autogen.cpp | 59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { 60 SkPdfNativeObject* ret = get("Decode", ""); 68 return get("Decode", "") != NULL;
|
| SkPdfType4ShadingDictionary_autogen.cpp | 47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType5ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType6ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| /art/compiler/optimizing/ |
| locations.h | 148 // Decode stack index manually to preserve sign. 154 // Decode stack index manually to preserve sign. 176 return KindField::Decode(value_); 230 return PolicyField::Decode(GetPayload()); 249 return PayloadField::Decode(value_);
|
| /art/runtime/native/ |
| java_lang_Thread.cc | 98 mirror::Object* object = soa.Decode<mirror::Object*>(java_object); 122 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) { 167 mirror::Object* lock = soa.Decode<mirror::Object*>(java_lock);
|
| /external/chromium_org/content/renderer/media/ |
| rtc_video_decoder_unittest.cc | 121 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0)); 129 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0)); 138 rtc_decoder_->Decode(input_image, missingFrames, NULL, NULL, 0));
|