Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain_video.cc411 char* video_data_end = video_data + video_size; 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()
429 if (video_data_ptr >= video_data_end) { in process_video_file()