mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-22 03:32:09 +00:00
omx prototype
This commit is contained in:
@@ -28,5 +28,5 @@ struct omx_encoder_t {
|
||||
struct omx_encoder_t *omx_encoder_init();
|
||||
void omx_encoder_destroy(struct omx_encoder_t *omx);
|
||||
|
||||
int omx_encoder_set_device(struct omx_encoder_t *omx, struct device_t *dev);
|
||||
void omx_encoder_compress_buffer(struct omx_encoder_t *omx, struct device_t *dev, int index);
|
||||
int omx_encoder_prepare(struct omx_encoder_t *omx, struct device_t *dev);
|
||||
int omx_encoder_compress_buffer(struct omx_encoder_t *omx, struct device_t *dev, int index);
|
||||
|
||||
Reference in New Issue
Block a user