Home
last modified time | relevance | path

Searched refs:OnCodecCreated (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dcodec_allocator_unittest.cc81 OnCodecCreated(last_created_codec_->GetCodecType()); in OnCodecCreatedInternal()
108 MOCK_METHOD1(OnCodecCreated, void(CodecType));
142 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
159 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSecure)); in TEST_F()
189 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
190 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSecure)); in TEST_F()
292 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSoftware)); in TEST_F()
364 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
H A Dcodec_allocator.cc108 base::BindOnce(&CodecAllocator::OnCodecCreated, base::Unretained(this), in CreateMediaCodecAsync()
156 void CodecAllocator::OnCodecCreated(base::TimeTicks start_time, in OnCodecCreated() function in media::CodecAllocator
H A Dcodec_allocator.h66 void OnCodecCreated(base::TimeTicks start_time,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dcodec_allocator_unittest.cc81 OnCodecCreated(last_created_codec_->GetCodecType()); in OnCodecCreatedInternal()
108 MOCK_METHOD1(OnCodecCreated, void(CodecType));
142 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
159 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSecure)); in TEST_F()
189 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
190 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSecure)); in TEST_F()
292 EXPECT_CALL(*this, OnCodecCreated(CodecType::kSoftware)); in TEST_F()
364 EXPECT_CALL(*this, OnCodecCreated(CodecType::kAny)); in TEST_F()
H A Dcodec_allocator.cc108 base::BindOnce(&CodecAllocator::OnCodecCreated, base::Unretained(this), in CreateMediaCodecAsync()
156 void CodecAllocator::OnCodecCreated(base::TimeTicks start_time, in OnCodecCreated() function in media::CodecAllocator
H A Dcodec_allocator.h66 void OnCodecCreated(base::TimeTicks start_time,