Searched refs:td (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_eventfd_test.c | 55 pthread_t td; in main() local 68 pthread_create(&td, NULL, thread_read, NULL); in main() 72 pthread_join(td, NULL); in main() 81 pthread_create(&td, NULL, thread_read, NULL); in main() 86 pthread_join(td, NULL); in main() 95 pthread_create(&td, NULL, thread_read, NULL); in main() 100 pthread_join(td, NULL); in main() 109 pthread_create(&td, NULL, thread_read, NULL); in main() 114 pthread_join(td, NULL); in main()
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 538 pthread_t td; in main() local 539 pthread_create(&td, NULL, iep_process_thread, &info); in main() 540 pthread_join(td, NULL); in main()
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 2790 AV1RawTileData *td) in mpp_av1_ref_tile_data() argument 2803 td->offset = pos / 8; in mpp_av1_ref_tile_data() 2804 td->data = unit->data + pos / 8; in mpp_av1_ref_tile_data() 2805 td->data_size = unit->data_size - pos / 8; in mpp_av1_ref_tile_data()
|