Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h1131 virtual std::function<sp<Codec2Buffer>()> getAlloc() = 0;
1159 std::function<sp<Codec2Buffer>()> getAlloc() override;
1169 std::function<sp<Codec2Buffer>()> getAlloc() override;
1179 std::function<sp<Codec2Buffer>()> getAlloc() override;
DCCodecBuffers.cpp1506 std::function<sp<Codec2Buffer>()> alloc = getAlloc(); in toArrayMode()
1579 std::function<sp<Codec2Buffer>()> LinearOutputBuffers::getAlloc() { in getAlloc() function in android::LinearOutputBuffers
1592 std::function<sp<Codec2Buffer>()> GraphicOutputBuffers::getAlloc() { in getAlloc() function in android::GraphicOutputBuffers
1618 std::function<sp<Codec2Buffer>()> RawGraphicOutputBuffers::getAlloc() { in getAlloc() function in android::RawGraphicOutputBuffers