HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 101 - 125 of 319) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_unittest.cc 125 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0));
133 rtc_decoder_->Decode(input_image, false, NULL, NULL, 0));
142 rtc_decoder_->Decode(input_image, missingFrames, NULL, NULL, 0));
  /external/chromium_org/media/filters/
fake_video_decoder_unittest.cc 109 void Decode() {
126 decoder_->Decode(
134 Decode();
video_frame_stream.cc 102 // a pending decode, the decode callback must be fired before the reset
104 // of if we have a pending decode and always satisfy the reset callback when
129 // a pending reset or a pending decode, the callbacks are always fired in the
130 // decode -> reset -> stop order. Therefore, we can call VideoDecoder::Stop()
131 // regardless of if we have a pending decode or reset and always satisfy the
132 // stop callback when the decoder decode/reset is finished.
201 void VideoFrameStream::Decode(const scoped_refptr<DecoderBuffer>& buffer) {
209 decoder_->Decode(buffer, base::Bind(&VideoFrameStream::OnFrameReady,
214 Decode(DecoderBuffer::CreateEOSBuffer())
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 146 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode)));
148 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,
153 decoder.Decode(
157 decoder.Decode(make_code(UNCLASSIFIED, 4)));
159 decoder.Decode(make_code(UNCLASSIFIED, 5)));
162 decoder.Decode(make_code(UNCLASSIFIED, 16)));
165 decoder.Decode(make_code(UNCLASSIFIED, 10)));
  /art/runtime/
jni_internal.cc 154 Object* receiver = method->IsStatic() ? NULL : soa.Decode<Object*>(obj);
171 Object* receiver = soa.Decode<Object*>(obj);
184 Object* receiver = soa.Decode<Object*>(obj);
230 Class* c = soa.Decode<Class*>(jni_class);
267 ClassLoader* class_loader = soa.Decode<ClassLoader*>(Runtime::Current()->GetSystemClassLoader());
285 Class* c = soa.Decode<Class*>(jni_class);
388 << PrettyClass(soa.Decode<Class*>(exception_class));
398 soa.Self()->SetException(throw_location, soa.Decode<Throwable*>(exception.get()));
610 Object* receiver = method->IsStatic() ? NULL : soa.Decode<Object*>(obj);
661 ArtMethod* method = soa.Decode<ArtMethod*>(art_method)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder4_test.cc 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) {
60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) {
248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) {
382 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) {
528 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) {
578 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) {
633 // A decode job that tests the ability to COPY across the boundary between
685 TEST_F(VCDiffStandardCrossDecoderTest, Decode) {
696 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) {
705 // The same decode job that tests the ability to COPY across the boundar
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder4_test.cc 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) {
60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) {
248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) {
383 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) {
529 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) {
579 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) {
634 // A decode job that tests the ability to COPY across the boundary between
686 TEST_F(VCDiffStandardCrossDecoderTest, Decode) {
697 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) {
706 // The same decode job that tests the ability to COPY across the boundar
    [all...]
  /external/open-vcdiff/src/
vcdecoder4_test.cc 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) {
60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) {
248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) {
383 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) {
529 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) {
579 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) {
634 // A decode job that tests the ability to COPY across the boundary between
686 TEST_F(VCDiffStandardCrossDecoderTest, Decode) {
697 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) {
706 // The same decode job that tests the ability to COPY across the boundar
    [all...]
  /art/runtime/native/
java_lang_System.cc 195 mirror::Object* srcObject = soa.Decode<mirror::Object*>(javaSrc);
196 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst);
321 mirror::Object* o = soa.Decode<mirror::Object*>(javaObject);
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 65 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
75 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
101 UrlToFilenameEncoder::Decode(encoded_filename, kDirSeparator,
url_to_filename_encoder.h 161 static bool Decode(const std::string& encoded_filename,
  /external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.cc 37 virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer,
68 int32_t VideoDecoder::Decode(
238 enter.SetResult(enter.object()->Decode(&bitstream, enter.callback()));
  /external/chromium/chrome/browser/net/
quoted_printable_unittest.cc 178 TEST(QuotedPrintableTest, Decode) {
194 // Tests that we return false but still do our best to decode badly encoded
  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 84 if (gfx::PNGCodec::Decode(
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 162 static bool Decode(const std::string& encoded_filename,
  /external/chromium_org/chrome/browser/webdata/
web_apps_table.cc 105 if (gfx::PNGCodec::Decode(
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 51 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
147 // Helper for handling the Decode operation.
207 // decode.
vaapi_h264_decoder.h 5 // This file contains an implementation of a class that provides H264 decode
6 // support for use with VAAPI hardware video decode acceleration on Intel
40 // Arguments: input buffer id provided at the time of Decode()
59 // Decode result codes.
96 // Try to decode more of the stream, returning decoded frames asynchronously
99 DecResult Decode() WARN_UNUSED_RESULT;
103 // To be used after Decode() returns kNeedNewSurfaces.
125 kDecoding, // Ready to decode from any point.
127 kError, // Error in decode, can't continue.
170 // All data for a frame received, process it and decode
    [all...]
vaapi_video_decode_accelerator.h 35 // Class to provide video decode acceleration for Intel systems with hardware
54 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
70 // queue it for decode.
204 // are allocated once and destroyed at the end of decode.
  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 79 scoped_ptr<AudioPacket> AudioDecoderOpus::Decode(
audio_decoder_speex.cc 49 // Get the frame size, so that we know the size of output when we decode
70 scoped_ptr<AudioPacket> AudioDecoderSpeex::Decode(
104 // Decode the frame and store it in the buffer.
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc 77 *der = Base64::Decode(inner, Base64::DO_PARSE_WHITE |

Completed in 874 milliseconds

1 2 3 45 6 7 8 91011>>