Lines Matching refs:mOutputFormat

1654             && mOutputFormat->contains("hdr-static-info")
1655 && mOutputFormat->findInt32("color-format", &colorFormat)
1659 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1661 } else if (mOutputFormat->findInt32("width", &width)
1662 && mOutputFormat->findInt32("height", &height)) {
1978 CHECK(msg->findMessage("output-format", &mOutputFormat));
1982 mOutputFormat->debugString(4).c_str());
1984 if (mOutputFormat->findInt32("using-sw-renderer", &usingSwRenderer)
2015 CHECK(msg->findMessage("output-format", &mOutputFormat));
2019 mOutputFormat->debugString(4).c_str());
2037 CHECK(msg->findMessage("output-format", &mOutputFormat));
2161 if (mOutputFormat != buffer->format()) {
2162 mOutputFormat = buffer->format();
2164 mComponentName.c_str(), mOutputFormat->debugString(4).c_str());
2170 CHECK(mOutputFormat->findString("mime", &mime));
2176 if (mOutputFormat->findInt32("android._dataspace", &dataSpace)) {
2183 if (mOutputFormat->contains("hdr-static-info")) {
2185 if (ColorUtils::getHDRStaticInfoFromFormat(mOutputFormat, &info)) {
2223 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
2225 } else if (mOutputFormat->findInt32("width", &width)
2226 && mOutputFormat->findInt32("height", &height)) {
2893 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat);
3049 mOutputFormat.clear();
3484 msg->setMessage("format", mOutputFormat);
3534 CHECK(mOutputFormat->findString("mime", &mime));
3554 mOutputFormat->setBuffer(
3569 mOutputFormat->setBuffer("csd-0", csd);