Lines Matching defs:format
62 void OH_AVFormat_Destroy(struct OH_AVFormat *format) in OH_AVFormat_Destroy()
78 bool OH_AVFormat_SetIntValue(struct OH_AVFormat *format, const char *key, int32_t value) in OH_AVFormat_SetIntValue()
87 bool OH_AVFormat_SetLongValue(struct OH_AVFormat *format, const char *key, int64_t value) in OH_AVFormat_SetLongValue()
96 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value) in OH_AVFormat_SetFloatValue()
105 bool OH_AVFormat_SetDoubleValue(struct OH_AVFormat *format, const char *key, double value) in OH_AVFormat_SetDoubleValue()
114 bool OH_AVFormat_SetStringValue(struct OH_AVFormat *format, const char *key, const char *value) in OH_AVFormat_SetStringValue()
124 bool OH_AVFormat_SetBuffer(struct OH_AVFormat *format, const char *key, const uint8_t *addr, size_t… in OH_AVFormat_SetBuffer()
135 bool OH_AVFormat_GetIntValue(struct OH_AVFormat *format, const char *key, int32_t *out) in OH_AVFormat_GetIntValue()
145 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out) in OH_AVFormat_GetLongValue()
155 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out) in OH_AVFormat_GetFloatValue()
165 bool OH_AVFormat_GetDoubleValue(struct OH_AVFormat *format, const char *key, double *out) in OH_AVFormat_GetDoubleValue()
175 bool OH_AVFormat_GetStringValue(struct OH_AVFormat *format, const char *key, const char **out) in OH_AVFormat_GetStringValue()
208 bool OH_AVFormat_GetBuffer(struct OH_AVFormat *format, const char *key, uint8_t **addr, size_t *siz… in OH_AVFormat_GetBuffer()
219 const char *OH_AVFormat_DumpInfo(struct OH_AVFormat *format) in OH_AVFormat_DumpInfo()