Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBoxProxy.cpp80 mSPS = prefixNaluHeader(mVideoToolBoxDecoder.getSPS()); in decodeFrame()
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderVideoToolBox.h71 std::vector<uint8_t> getSPS() const { return mSPS; } in getSPS() function