Searched refs:outputbuffer (Results 1 – 1 of 1) sorted by relevance
788 struct vdec_output_frameinfo *outputbuffer = NULL; in video_thread() local873 outputbuffer = (struct vdec_output_frameinfo *)\ in video_thread()876 if (outputbuffer == NULL || outputbuffer->bufferaddr == NULL || in video_thread()877 outputbuffer->client_data == NULL in video_thread()881 DEBUG_PRINT("\nValues outputbuffer = %p",outputbuffer); in video_thread()882 if (outputbuffer != NULL) in video_thread()885 outputbuffer->bufferaddr); in video_thread()887 outputbuffer->client_data); in video_thread()894 if (outputbuffer->len == 0) in video_thread()903 fwrite (outputbuffer->bufferaddr,1,outputbuffer->len, in video_thread()[all …]