Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h832 virtual std::function<sp<Codec2Buffer>()> getAlloc() = 0;
848 std::function<sp<Codec2Buffer>()> getAlloc() override;
858 std::function<sp<Codec2Buffer>()> getAlloc() override;
869 std::function<sp<Codec2Buffer>()> getAlloc() override;
DCCodecBuffers.cpp970 std::function<sp<Codec2Buffer>()> alloc = getAlloc(); in toArrayMode()
1013 std::function<sp<Codec2Buffer>()> LinearOutputBuffers::getAlloc() { in getAlloc() function in android::LinearOutputBuffers
1026 std::function<sp<Codec2Buffer>()> GraphicOutputBuffers::getAlloc() { in getAlloc() function in android::GraphicOutputBuffers
1063 std::function<sp<Codec2Buffer>()> RawGraphicOutputBuffers::getAlloc() { in getAlloc() function in android::RawGraphicOutputBuffers