Lines Matching refs:name
49 * we still need to retrieve the codec name to work around faulty decoders
69 int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out);
70 int ff_AMediaFormat_getInt64(FFAMediaFormat* format, const char *name, int64_t *out);
71 int ff_AMediaFormat_getFloat(FFAMediaFormat* format, const char *name, float *out);
72 int ff_AMediaFormat_getBuffer(FFAMediaFormat* format, const char *name, void** data, size_t *size);
73 int ff_AMediaFormat_getString(FFAMediaFormat* format, const char *name, const char **out);
75 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value);
76 void ff_AMediaFormat_setInt64(FFAMediaFormat* format, const char* name, int64_t value);
77 void ff_AMediaFormat_setFloat(FFAMediaFormat* format, const char* name, float value);
78 void ff_AMediaFormat_setString(FFAMediaFormat* format, const char* name, const char* value);
79 void ff_AMediaFormat_setBuffer(FFAMediaFormat* format, const char* name, void* data, size_t size);
95 FFAMediaCodec* ff_AMediaCodec_createCodecByName(const char *name);