HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 151 - 175 of 420) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/media/filters/
audio_decoder_unittest.cc 30 // The number of packets to read and then decode from each file.
122 decoder_->Decode(
176 void Decode() {
317 // Verifies decode audio as well as the Decode() -> Reset() sequence.
326 Decode();
329 // Decode() step to extract the desired number of output buffers.
354 TEST_P(AudioDecoderTest, Decode) {
356 Decode();
opus_audio_decoder.cc 273 void OpusAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
332 if (!Decode(input, &output_buffer)) {
441 bool OpusAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& input,
decoder_stream.cc 33 return "DecoderStream<VIDEO>::Decode";
38 return "DecoderStream<AUDIO>::Decode";
261 void DecoderStream<StreamType>::Decode(
277 decoder_->Decode(buffer,
286 Decode(DecoderBuffer::CreateEOSBuffer());
331 // Any successful decode counts!
465 Decode(buffer);
decoder_stream.h 46 DECODE_ERROR, // Decoder returned decode error.
80 // Returns true if the decoder currently has the ability to decode and return
86 // Returns maximum concurrent decode requests for the current |decoder_|.
89 // Returns true if one more decode request can be submitted to the decoder.
115 STATE_NORMAL, // Includes idle, pending decoder decode/reset.
135 void Decode(const scoped_refptr<DecoderBuffer>& buffer);
141 // Callback for Decoder::Decode().
199 // Number of outstanding decode requests sent to the |decoder_|.
  /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/chromium_org/components/bookmarks/browser/
bookmark_codec_unittest.cc 162 bool Decode(BookmarkCodec* codec,
166 bool result = codec->Decode(AsMutable(model->bookmark_bar_node()),
189 EXPECT_TRUE(Decode(&decoder, model.get(), value));
330 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *model_value.get()));
351 ASSERT_TRUE(Decode(&decoder2, decoded_model2.get(), *model_value2.get()));
367 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *root.get()));
407 // Decode and check for meta info.
432 // Decode and verify.
441 // Verifies that we can still decode the old codec format after changing the
454 ASSERT_TRUE(Decode(&decoder, model.get(), *root.get()))
    [all...]
bookmark_codec.h 57 bool Decode(BookmarkNode* bb_node,
68 // is stored to the file. After a call to decode, the computed checksum can
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 129 virtual HRESULT WINAPI Decode(const BSTR strBinary) = 0;
147 HRESULT (WINAPI *Decode)(ICertEncodeStringArray *This,const BSTR strBinary);
167 #define ICertEncodeStringArray_Decode(This,strBinary) (This)->lpVtbl->Decode(This,strBinary)
198 virtual HRESULT WINAPI Decode(const BSTR strBinary) = 0;
215 HRESULT (WINAPI *Decode)(ICertEncodeLongArray *This,const BSTR strBinary);
234 #define ICertEncodeLongArray_Decode(This,strBinary) (This)->lpVtbl->Decode(This,strBinary)
262 virtual HRESULT WINAPI Decode(const BSTR strBinary) = 0;
279 HRESULT (WINAPI *Decode)(ICertEncodeDateArray *This,const BSTR strBinary);
298 #define ICertEncodeDateArray_Decode(This,strBinary) (This)->lpVtbl->Decode(This,strBinary)
326 virtual HRESULT WINAPI Decode(const BSTR strBinary) = 0
    [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/chromium_org/media/cast/test/
fake_media_source.cc 251 Decode(true);
287 Decode(false);
323 Decode(false);
331 Decode(true);
345 Decode(true);
433 CHECK(result >= 0) << "Failed to decode audio.";
480 // Nothing can be scaled. Decode some more.
517 << "Video decode error.";
545 void FakeMediaSource::Decode(bool decode_audio) {
fake_media_source.h 91 void Decode(bool decode_audio);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotReceiveTrace.m 75 [p, count] = sscanf(message, 'Render frame %lu at %lu. Render delay %lu, required delay %lu, max decode time %lu, min total delay %lu');
137 % Plot the time the decode starts
146 % Plot the decode complete time
182 legend('Packet arrives', 'Frame complete', 'Decode', 'Decode complete', 'Time to render', 'Only jitter', 'Must decode');
198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
212 legend('Render delay', 'Jitter delay', 'Decode delay', 'Extra delay', 'Min total delay');
  /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(
241 enter.SetResult(enter.object()->Decode(&bitstream, enter.callback()));
  /external/pdfium/core/include/fxcodec/
fx_codec.h 195 virtual FX_BOOL Decode(FX_LPVOID ctx, FX_LPBYTE dest_data, int pitch,
206 virtual FX_BOOL Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size,
209 virtual FX_BOOL Decode(IFX_FileRead* file_ptr, FX_DWORD& width, FX_DWORD& height,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 194 FX_BOOL Decode(void* ctx, FX_LPBYTE dest_data, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets);
256 FX_BOOL Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size,
258 FX_BOOL Decode(IFX_FileRead* file_ptr,
  /art/compiler/driver/
compiler_driver-inl.h 40 return soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader());
47 DCHECK_EQ(class_loader.Get(), soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader()));
65 DCHECK_EQ(class_loader.Get(), soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader()));
172 DCHECK_EQ(class_loader.Get(), soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader()));
  /art/runtime/native/
java_lang_VMClassLoader.cc 29 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(javaLoader);
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 57 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
144 // Helper for handling the Decode operation.
212 // 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.
175 // 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;
68 // queue it for decode.
201 // are allocated once and destroyed at the end of decode.
vt_video_decode_accelerator.h 43 virtual void Decode(const media::BitstreamBuffer& bitstream) OVERRIDE;
101 // allows Decode() and Flush() calls during a reset operation, it's possible
  /external/chromium_org/media/base/android/
media_decoder_job.h 34 // Callback when a decoder job finishes its work. Args: whether decode
53 // Prefetch so we know the decoder job has data when we call Decode().
57 // Called by MediaSourcePlayer to decode some data.
58 // |callback| - Run when decode operation has completed.
60 // Returns true if the next decode was started and |callback| will be
61 // called when the decode operation is complete.
64 bool Decode(base::TimeTicks start_time_ticks,
68 // Called to stop the last Decode() early.
70 // this method will just allow the decode to complete as normal. If
73 // passed to Decode() with a status of MEDIA_CODEC_STOPPED. This ensures tha
    [all...]
  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 79 scoped_ptr<AudioPacket> AudioDecoderOpus::Decode(

Completed in 637 milliseconds

1 2 3 4 5 67 8 91011>>