Home
last modified time | relevance | path

Searched refs:event_queue_mut_ (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp184 std::lock_guard<std::mutex> lock(event_queue_mut_); in OnAsyncInputAvailable()
190 std::lock_guard<std::mutex> lock(event_queue_mut_); in OnAsyncOutputAvailable()
196 std::lock_guard<std::mutex> lock(event_queue_mut_); in OnAsyncFormatChanged()
236 std::unique_lock<std::mutex> lock(event_queue_mut_); in Decode()
434 std::lock_guard<std::mutex> lock(event_queue_mut_); in FakeRenderLoop()
Dmediacodec_decoder.h157 std::mutex event_queue_mut_; variable