Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain_video.cc415 char* video_data_ptr = video_data; in process_video_file() local
420 if (video_data_ptr + size >= video_data_end) { in process_video_file()
422 size = video_data_end - video_data_ptr; in process_video_file()
425 ctx->decoder->Decode((uint8_t*)video_data_ptr, size, pkt_eos); in process_video_file()
427 video_data_ptr += size; in process_video_file()
429 if (video_data_ptr >= video_data_end) { in process_video_file()