Lines Matching refs:IntelDrmDecoder
35 std::unique_ptr<IntelDrmDecoder> IntelDrmDecoder::create(uint32_t context_id) { in create()
36 std::unique_ptr<IntelDrmDecoder> decoder(new IntelDrmDecoder()); in create()
45 return static_cast<IntelDrmDecoder*>(decoder)->method(args...); \
48 IntelDrmDecoder::IntelDrmDecoder() : Decoder() { in IntelDrmDecoder() function in gfxstream::magma::IntelDrmDecoder
73 magma_status_t IntelDrmDecoder::magma_device_import(magma_handle_t device_channel, in magma_device_import()
85 void IntelDrmDecoder::magma_device_release(magma_device_t device) { in magma_device_release()
155 magma_status_t IntelDrmDecoder::magma_device_query_fudge(magma_device_t device, uint64_t id, in magma_device_query_fudge()
326 magma_status_t IntelDrmDecoder::magma_device_create_connection(magma_device_t device, in magma_device_create_connection()
337 void IntelDrmDecoder::magma_connection_release(magma_connection_t connection) { in magma_connection_release()
344 magma_status_t IntelDrmDecoder::magma_connection_create_buffer(magma_connection_t connection, in magma_connection_create_buffer()
368 void IntelDrmDecoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer()
382 magma_status_t IntelDrmDecoder::magma_connection_create_semaphore( in magma_connection_create_semaphore()
391 void IntelDrmDecoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore()
396 magma_status_t IntelDrmDecoder::magma_buffer_get_info(magma_buffer_t buffer, in magma_buffer_get_info()
407 magma_status_t IntelDrmDecoder::magma_buffer_get_handle(magma_buffer_t buffer, in magma_buffer_get_handle()
417 magma_status_t IntelDrmDecoder::magma_buffer_export(magma_buffer_t buffer, in magma_buffer_export()
424 void IntelDrmDecoder::magma_semaphore_signal(magma_semaphore_t semaphore) { in magma_semaphore_signal()
428 void IntelDrmDecoder::magma_semaphore_reset(magma_semaphore_t semaphore) { in magma_semaphore_reset()
432 magma_status_t IntelDrmDecoder::magma_poll(magma_poll_item_t* items, uint32_t count, in magma_poll()
438 magma_status_t IntelDrmDecoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error()
443 magma_status_t IntelDrmDecoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context()
459 void IntelDrmDecoder::magma_connection_release_context(magma_connection_t connection, in magma_connection_release_context()
464 magma_status_t IntelDrmDecoder::magma_connection_map_buffer(magma_connection_t connection, in magma_connection_map_buffer()
472 void IntelDrmDecoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer()