Searched refs:formatsRealSize (Results 1 – 1 of 1) sorted by relevance
371 auto formatsRealSize = static_cast<uint32_t>(info->supportedFormats.size()); in OH_EffectFilterInfo_GetSupportedFormats() local372 if (formatsRealSize > info->formatArraySize && info->effectFormat != nullptr) { in OH_EffectFilterInfo_GetSupportedFormats()379 …ue_ptr<ImageEffect_Format []> bufferType = std::make_unique<ImageEffect_Format[]>(formatsRealSize); in OH_EffectFilterInfo_GetSupportedFormats()381 info->formatArraySize = formatsRealSize; in OH_EffectFilterInfo_GetSupportedFormats()