Searched refs:p_buffer_op (Results 1 – 2 of 2) sorted by relevance
255 SWVDEC_BUFFER *p_buffer_op,389 void swvdec_fill_buffer_done(SWVDEC_BUFFER *p_buffer_op);
2261 SWVDEC_BUFFER *p_buffer_op, in swvdec_fill_buffer_done_callback() argument2266 if (p_buffer_op == NULL) in swvdec_fill_buffer_done_callback()2287 p_omx_swvdec->swvdec_fill_buffer_done(p_buffer_op); in swvdec_fill_buffer_done_callback()4376 void omx_swvdec::swvdec_fill_buffer_done(SWVDEC_BUFFER *p_buffer_op) in swvdec_fill_buffer_done() argument4378 unsigned long index = (unsigned long) p_buffer_op->p_client_data; in swvdec_fill_buffer_done()4386 p_buffer_hdr->nFlags = p_buffer_op->flags; in swvdec_fill_buffer_done()4387 p_buffer_hdr->nTimeStamp = p_buffer_op->timestamp; in swvdec_fill_buffer_done()4389 p_buffer_op->filled_length) ? in swvdec_fill_buffer_done()4391 p_buffer_op->filled_length); in swvdec_fill_buffer_done()4425 SWVDEC_BUFFER *p_buffer_op = (SWVDEC_BUFFER *) p_data; in swvdec_event_handler() local[all …]