Home
last modified time | relevance | path

Searched refs:remoteBuffer_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_unit_test.cpp85 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(allocator_, capacity_, align_); in CreateLocalHardwareMem()
100 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(allocator_, capacity_, align_); in CreateLocalHardwareMemSecure()
117 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(config_); in CreateLocalHardwareMemByConfig()
128 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_->memory_ == nullptr)); in CreateRemoteHardwareMem()
129 std::cout << "remote fd: " << remoteBuffer_->memory_->GetFileDescriptor() << "\n"; in CreateRemoteHardwareMem()
137 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(allocator_, capacity_, align_); in CreateLocalSharedMem()
149 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(config_); in CreateLocalSharedMemByConfig()
160 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_ in CreateRemoteSharedMem()
[all...]
H A Davbuffer_func_unit_test.cpp372 remoteBuffer_ = buffer_ = AVBuffer::CreateAVBuffer(allocator_, capacity_, align_); in HWTEST_F()
429 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_->memory_ == nullptr)); in HWTEST_F()
432 ASSERT_EQ(remoteBuffer_->GetUniqueId(), buffer_->GetUniqueId()); in HWTEST_F()
469 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_->memory_ == nullptr)); in HWTEST_F()
499 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_->memory_ == nullptr)); in HWTEST_F()
514 ASSERT_FALSE((allocator_ == nullptr) || (remoteBuffer_ == nullptr) || (remoteBuffer_ in HWTEST_F()
[all...]
H A Davbuffer_unit_test.h111 std::shared_ptr<AVBuffer> remoteBuffer_ = nullptr; member in OHOS::Media::AVBufferUT::AVBufferInnerUnitTest

Completed in 3 milliseconds