Searched refs:decoder_ (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/gpu/command_buffer/service/
H A Dgl_state_restorer_impl.cc13 : 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();
H A Dgpu_scheduler.cc35 decoder_(decoder),
47 "decoder", decoder_ ? decoder_->GetLogger()->GetLogPrefix() : "None");
91 LOG(ERROR) << "[" << decoder_ << "] "
93 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
105 if (decoder_) {
106 if (!error::IsError(error) && decoder_->WasContextLost()) {
107 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
110 decoder_->AddProcessingCommandsTime(
171 (decoder_
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder1_test.cc26 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_
[all...]
H A Dvcdecoder3_test.cc44 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_
[all...]
H A Dvcdecoder2_test.cc32 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_
[all...]
H A Dvcdecoder5_test.cc66 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_
[all...]
H A Dvcdecoder4_test.cc38 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_
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder1_test.cc26 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_
[all...]
H A Dvcdecoder3_test.cc47 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_
[all...]
H A Dvcdecoder2_test.cc32 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_
[all...]
H A Dvcdecoder5_test.cc66 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_
[all...]
H A Dvcdecoder4_test.cc38 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_
[all...]
/external/open-vcdiff/src/
H A Dvcdecoder1_test.cc26 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_
[all...]
H A Dvcdecoder3_test.cc47 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_
[all...]
H A Dvcdecoder2_test.cc32 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_
[all...]
H A Dvcdecoder5_test.cc66 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_
[all...]
H A Dvcdecoder4_test.cc38 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_
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h27 : 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_org/content/renderer/media/
H A Dpepper_platform_video_decoder.cc29 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_
[all...]
/external/chromium_org/remoting/codec/
H A Daudio_decoder_opus.cc31 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_dat
[all...]
H A Dvideo_decoder_vp8_unittest.cc18 VideoDecoderVp8 decoder_; member in class:remoting::VideoDecoderVp8Test
24 &encoder_, &decoder_,
32 TestVideoEncoderDecoder(&encoder_, &decoder_, false);
H A Daudio_decoder_opus.h34 OpusDecoder* decoder_; member in class:remoting::AudioDecoderOpus
/external/chromium_org/media/filters/
H A Dfake_video_decoder_unittest.cc24 : 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_
242 scoped_ptr<FakeVideoDecoder> decoder_; member in class:media::FakeVideoDecoderTest
[all...]
H A Dvideo_frame_stream_unittest.cc36 decoder_(new FakeVideoDecoder(kDecodingDelay)),
44 decoders.push_back(decoder_);
69 if (decoder_)
70 EXPECT_EQ(decoder_->total_bytes_decoded(), total_bytes_decoded_);
160 decoder_->HoldNextInit();
171 decoder_->HoldNextInit();
176 decoder_->HoldNextRead();
181 decoder_->HoldNextReset();
189 decoder_->HoldNextStop();
213 decoder_
272 FakeVideoDecoder* decoder_; // Owned by |video_frame_stream_|. member in class:media::VideoFrameStreamTest
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc93 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_
[all...]

Completed in 328 milliseconds

1234