HomeSort by relevance Sort by last modified time
    Searched full:buf_vec (Results 1 - 1 of 1) sorted by null

  /external/libyuv/files/source/
mjpeg_decoder.cc 437 BufferVector* buf_vec = static_cast<BufferVector*>(cinfo->client_data); local
438 if (buf_vec->pos >= buf_vec->len) {
443 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
444 cinfo->src->bytes_in_buffer = buf_vec->buffers[buf_vec->pos].len;
445 ++buf_vec->pos;

Completed in 761 milliseconds