Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp61 if (mVpxDecoder != nullptr) { in save()
69 if (mVpxDecoder != nullptr) { in save()
72 mVpxDecoder->save(stream); in save()
181 mVpxDecoder->handlePing( in handleMediaRequest()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_media.h57 std::unique_ptr<MediaVpxDecoder> mVpxDecoder; variable