Home
last modified time | relevance | path

Searched refs:FilterMQ (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DDvrTests.h125 std::map<uint32_t, std::unique_ptr<FilterMQ>> mFilterMQ;
126 std::unique_ptr<FilterMQ> mPlaybackMQ;
127 std::unique_ptr<FilterMQ> mRecordMQ;
H A DFilterTests.h69 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
121 std::unique_ptr<FilterMQ> mFilterMQ;
H A DDvrTests.cpp23 mPlaybackMQ = std::make_unique<FilterMQ>(playbackMQDescriptor, true /* resetPointers */); in startPlaybackInputThread()
137 mRecordMQ = std::make_unique<FilterMQ>(recordMQDescriptor, true /* resetPointers */); in startRecordOutputThread()
H A DFilterTests.cpp42 mFilterMQ = std::make_unique<FilterMQ>(filterMQDescriptor, true /* resetPointers */); in updateFilterMQ()
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.h126 std::map<uint32_t, std::unique_ptr<FilterMQ>> mFilterMQ;
127 std::unique_ptr<FilterMQ> mPlaybackMQ;
128 std::unique_ptr<FilterMQ> mRecordMQ;
H A DDvrTests.cpp23 mPlaybackMQ = std::make_unique<FilterMQ>(playbackMQDescriptor, true /* resetPointers */); in startPlaybackInputThread()
136 mRecordMQ = std::make_unique<FilterMQ>(recordMQDescriptor, true /* resetPointers */); in startRecordOutputThread()
H A DFilterTests.h79 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DFilter.h46 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
121 unique_ptr<FilterMQ> mFilterMQ;
H A DTimeFilter.h37 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
H A DFilter.cpp175 std::unique_ptr<FilterMQ> tmpFilterMQ = in createFilterMQ()
176 std::unique_ptr<FilterMQ>(new (std::nothrow) FilterMQ(mBufferSize, true)); in createFilterMQ()
H A DDemux.h48 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DFilter.h46 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
139 unique_ptr<FilterMQ> mFilterMQ;
H A DTimeFilter.h33 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
H A DDemux.h43 using FilterMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
H A DFilter.cpp352 std::unique_ptr<FilterMQ> tmpFilterMQ = in createFilterMQ()
353 std::unique_ptr<FilterMQ>(new (std::nothrow) FilterMQ(mBufferSize, true)); in createFilterMQ()