Searched refs:video_data_ptr (Results 1 – 1 of 1) sorted by relevance
415 char* video_data_ptr = video_data; in process_video_file() local420 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()