Lines Matching refs:out
221 * @param out read data
224 * 4. out is nullptr.
228 bool OH_AVFormat_GetIntValue(struct OH_AVFormat *format, const char *key, int32_t *out);
235 * @param out read data
238 * 4. out is nullptr.
242 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out);
249 * @param out read data
252 * 4. out is nullptr.
256 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out);
263 * @param out read data
266 * 4. out is nullptr.
270 bool OH_AVFormat_GetDoubleValue(struct OH_AVFormat *format, const char *key, double *out);
277 * @param out The read string pointer, the data life cycle pointed to is updated with GetString,
281 * 4. out is nullptr. 5. malloc out string nullptr.
285 bool OH_AVFormat_GetStringValue(struct OH_AVFormat *format, const char *key, const char **out);