HomeSort by relevance Sort by last modified time
    Searched refs:decoder_ (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.cc 13 : decoder_(decoder) {
20 DCHECK(decoder_.get());
21 return decoder_->initialized();
25 DCHECK(decoder_.get());
26 decoder_->RestoreState();
30 DCHECK(decoder_.get());
31 decoder_->RestoreAllTextureUnitBindings();
35 DCHECK(decoder_.get());
36 decoder_->RestoreFramebufferBindings();
gl_state_restorer_impl.h 32 base::WeakPtr<gles2::GLES2Decoder> decoder_; member in class:gpu::GLStateRestorerImpl
  /external/libvpx/libvpx/test/
decode_test_driver.h 27 : decoder_(decoder), iter_(NULL) {}
30 return vpx_codec_get_frame(decoder_, &iter_);
34 vpx_codec_ctx_t *decoder_; member in class:libvpx_test::DxDataIterator
45 memset(&decoder_, 0, sizeof(decoder_));
49 vpx_codec_destroy(&decoder_);
55 return DxDataIterator(&decoder_);
64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
75 const char *detail = vpx_codec_error_detail(&decoder_);
92 vpx_codec_ctx_t decoder_; member in class:libvpx_test::Decoder
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder1_test.cc 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
30 EXPECT_TRUE(decoder_.FinishDecoding());
35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
39 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder3_test.cc 44 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
45 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
48 EXPECT_TRUE(decoder_.FinishDecoding());
53 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
54 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
57 EXPECT_FALSE(decoder_.FinishDecoding());
63 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
64 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
72 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
73 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder2_test.cc 32 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
34 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_header_[i], 1, &output_));
36 EXPECT_TRUE(decoder_.FinishDecoding());
41 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
43 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
45 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.SetAllowVcdTarget(false);
51 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
53 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
55 EXPECT_TRUE(decoder_.FinishDecoding())
    [all...]
vcdecoder5_test.cc 66 decoder_.SetAllowVcdTarget(false);
67 decoder_.SetMaximumTargetFileSize(0x4000000UL * 50);
68 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
69 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
74 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow),
84 EXPECT_TRUE(decoder_.FinishDecoding());
90 decoder_.SetAllowVcdTarget(false);
91 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
92 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
98 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow)
    [all...]
vcdecoder4_test.cc 38 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
39 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
42 EXPECT_TRUE(decoder_.FinishDecoding());
49 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
50 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
53 EXPECT_TRUE(decoder_.FinishDecoding());
61 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
63 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
65 EXPECT_TRUE(decoder_.FinishDecoding());
73 decoder_.StartDecoding(dictionary_.data(), dictionary_.size())
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder1_test.cc 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
30 EXPECT_TRUE(decoder_.FinishDecoding());
35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
39 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder3_test.cc 47 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
48 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
51 EXPECT_TRUE(decoder_.FinishDecoding());
56 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
57 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
60 EXPECT_FALSE(decoder_.FinishDecoding());
66 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
67 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
75 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
76 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder2_test.cc 32 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
34 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_header_[i], 1, &output_));
36 EXPECT_TRUE(decoder_.FinishDecoding());
41 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
43 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
45 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.SetAllowVcdTarget(false);
51 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
53 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
55 EXPECT_TRUE(decoder_.FinishDecoding())
    [all...]
vcdecoder5_test.cc 66 decoder_.SetAllowVcdTarget(false);
67 decoder_.SetMaximumTargetFileSize(0x4000000UL * 50);
68 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
69 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
74 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow),
84 EXPECT_TRUE(decoder_.FinishDecoding());
90 decoder_.SetAllowVcdTarget(false);
91 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
92 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
98 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow)
    [all...]
vcdecoder4_test.cc 38 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
39 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
42 EXPECT_TRUE(decoder_.FinishDecoding());
49 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
50 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
53 EXPECT_TRUE(decoder_.FinishDecoding());
61 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
63 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
65 EXPECT_TRUE(decoder_.FinishDecoding());
73 decoder_.StartDecoding(dictionary_.data(), dictionary_.size())
    [all...]
  /external/open-vcdiff/src/
vcdecoder1_test.cc 26 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
27 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
30 EXPECT_TRUE(decoder_.FinishDecoding());
35 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
36 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
39 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
51 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
60 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
61 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder3_test.cc 47 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
48 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
51 EXPECT_TRUE(decoder_.FinishDecoding());
56 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
57 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
60 EXPECT_FALSE(decoder_.FinishDecoding());
66 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
67 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
75 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
76 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
vcdecoder2_test.cc 32 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
34 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_header_[i], 1, &output_));
36 EXPECT_TRUE(decoder_.FinishDecoding());
41 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
43 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
45 EXPECT_TRUE(decoder_.FinishDecoding());
50 decoder_.SetAllowVcdTarget(false);
51 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
53 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
55 EXPECT_TRUE(decoder_.FinishDecoding())
    [all...]
vcdecoder5_test.cc 66 decoder_.SetAllowVcdTarget(false);
67 decoder_.SetMaximumTargetFileSize(0x4000000UL * 50);
68 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
69 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
74 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow),
84 EXPECT_TRUE(decoder_.FinishDecoding());
90 decoder_.SetAllowVcdTarget(false);
91 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
92 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_header_.data(),
98 EXPECT_TRUE(decoder_.DecodeChunk(kLargeRunWindow, sizeof(kLargeRunWindow)
    [all...]
vcdecoder4_test.cc 38 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
39 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
42 EXPECT_TRUE(decoder_.FinishDecoding());
49 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
50 EXPECT_TRUE(decoder_.DecodeChunk(delta_file_.data(),
53 EXPECT_TRUE(decoder_.FinishDecoding());
61 decoder_.StartDecoding(dictionary_.data(), dictionary_.size());
63 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
65 EXPECT_TRUE(decoder_.FinishDecoding());
73 decoder_.StartDecoding(dictionary_.data(), dictionary_.size())
    [all...]
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 29 if (decoder_)
44 decoder_ =
46 return decoder_.get() != NULL;
50 DCHECK(decoder_.get());
51 decoder_->Decode(bitstream_buffer);
56 DCHECK(decoder_.get());
57 decoder_->AssignPictureBuffers(buffers);
61 DCHECK(decoder_.get());
62 decoder_->ReusePictureBuffer(picture_buffer_id);
66 DCHECK(decoder_.get())
    [all...]
  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 31 decoder_(NULL) {
39 DCHECK(!decoder_);
41 decoder_ = opus_decoder_create(kSamplingRate, channels_, &error);
42 if (!decoder_) {
48 if (decoder_) {
49 opus_decoder_destroy(decoder_);
50 decoder_ = NULL;
71 if (!decoder_) {
75 return decoder_ != NULL;
119 int result = opus_decode(decoder_, frame_data, frame->size()
    [all...]
video_decoder_vp8_unittest.cc 18 VideoDecoderVp8 decoder_; member in class:remoting::VideoDecoderVp8Test
24 &encoder_, &decoder_,
32 TestVideoEncoderDecoder(&encoder_, &decoder_, false);
audio_decoder_opus.h 34 OpusDecoder* decoder_; member in class:remoting::AudioDecoderOpus
  /external/chromium_org/media/filters/
fake_video_decoder_unittest.cc 24 : decoder_(new FakeVideoDecoder(kDecodingDelay)),
37 decoder_->Initialize(config, NewExpectedStatusCB(PIPELINE_OK));
47 decoder_->HoldNextInit();
52 decoder_->SatisfyInit();
126 decoder_->Decode(
148 decoder_->HoldNextRead();
154 decoder_->SatisfyRead();
184 decoder_->Reset(base::Bind(&FakeVideoDecoderTest::OnDecoderReset,
191 decoder_->HoldNextReset();
196 decoder_->SatisfyReset()
242 scoped_ptr<FakeVideoDecoder> decoder_; member in class:media::FakeVideoDecoderTest
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 111 int64_t bb_diff = decoder_->Decode(true);
112 uint64_t time_diff = decoder_->Decode(false);
113 nextrec_.bb_rec.repeat = decoder_->Decode(false);
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
126 decoder_ = new Decoder;
131 delete decoder_;
150 decoder_->Open(fname);
157 decoder_->Close();
263 decoder_ = new Decoder;
268 delete decoder_;
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 93 context_group = options.share_group_manager->decoder_->GetContextGroup();
139 decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
142 decoder_->GetContextGroup()->transfer_buffer_manager()));
147 decoder_.get(),
148 decoder_.get()));
150 decoder_->set_engine(gpu_scheduler_.get());
157 share_group_.get(), real_gl_context, decoder_->AsWeakPtr()));
163 share_group_.get(), base_context_->get(), decoder_->AsWeakPtr()));
176 ASSERT_TRUE(decoder_->Initialize(
236 decoder_->SetSurface(surface)
    [all...]

Completed in 224 milliseconds

1 2 3 4