Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp407 mFormatWithConverter = mFormat->dup(); in convert()
408 mFormatWithConverter->setInt32(KEY_PCM_ENCODING, configEncoding); in convert()
411 mFormatWithConverter = nullptr; in convert()
443 dstBuffer->setFormat(mFormatWithConverter); in convert()
DCCodecBuffers.h423 sp<AMessage> mFormatWithConverter; variable