Lines Matching defs:format
51 int32_t AVCodecDumpControler::AddInfoFromFormat(const uint32_t dumpIdx, const Format &format,
58 switch (format.GetValueType(key)) {
61 ret = format.GetIntValue(key, valueTemp);
67 ret = format.GetLongValue(key, valueTemp);
73 ret = format.GetFloatValue(key, valueTemp);
79 ret = format.GetDoubleValue(key, valueTemp);
84 ret = format.GetStringValue(key, value);
90 AVCODEC_LOGE("Add info from format failed. Key: %{public}s", key.data());
101 const Format &format, const std::string_view &key,
106 if (format.GetIntValue(key, val) == true) {