Home
last modified time | relevance | path

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

/external/v4l2_codec2/include/
DC2VDAComponent.h237 void onOutputFormatChanged(std::unique_ptr<VideoFormat> format);
/external/v4l2_codec2/
DC2VDAComponent.cpp916 void C2VDAComponent::onOutputFormatChanged(std::unique_ptr<VideoFormat> format) { in onOutputFormatChanged() function in android::C2VDAComponent
1512 mTaskRunner->PostTask(FROM_HERE, ::base::Bind(&C2VDAComponent::onOutputFormatChanged, in providePictureBuffers()