Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DVpxFrameParser.h32 bool isKeyFrame() const { return m_is_key_frame; } in isKeyFrame() function
/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp53 fparser.isKeyFrame() ? "KEY" : "NON-KEY"); in saveVPXPacket()
56 bool isIFrame = fparser.isKeyFrame(); in saveVPXPacket()