// WorkerData for the FrameWorker thread. It contains all the information of // the worker and decode structures for decoding a frame. typedefstruct FrameWorkerData { struct AV1Decoder *pbi; const uint8_t *data; const uint8_t *data_end;
size_t data_size; void *user_priv; int received_frame; int frame_context_ready; // Current frame's context is ready to read. int frame_decoded; // Finished decoding current frame.
} FrameWorkerData;
#ifdef __cplusplus
} // extern "C" #endif
#endif// AOM_AV1_DECODER_DTHREAD_H_
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-08-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.