Home
last modified time | relevance | path

Searched refs:td (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/test/
H A Dmpp_eventfd_test.c55 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 Diep_test.c538 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 Dav1d_cbs.c2790 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()