Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp723 sp<AMessage> allocMsg(new AMessage(kWhatAllocate, this)); in initiateAllocateComponent() local
724 allocMsg->setObject("codecInfo", codecInfo); in initiateAllocateComponent()
725 allocMsg->post(); in initiateAllocateComponent()