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

  /external/libaom/libaom/third_party/libyuv/source/
mjpeg_decoder.cc 420 BufferVector* buf_vec = reinterpret_cast<BufferVector*>(cinfo->client_data); local
421 if (buf_vec->pos >= buf_vec->len) {
426 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
427 cinfo->src->bytes_in_buffer = buf_vec->buffers[buf_vec->pos].len;
428 ++buf_vec->pos;
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 417 BufferVector* buf_vec = reinterpret_cast<BufferVector*>(cinfo->client_data); local
418 if (buf_vec->pos >= buf_vec->len) {
423 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
424 cinfo->src->bytes_in_buffer = buf_vec->buffers[buf_vec->pos].len;
425 ++buf_vec->pos;
  /external/libyuv/files/source/
mjpeg_decoder.cc 417 BufferVector* buf_vec = reinterpret_cast<BufferVector*>(cinfo->client_data); local
418 if (buf_vec->pos >= buf_vec->len) {
423 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
424 cinfo->src->bytes_in_buffer = buf_vec->buffers[buf_vec->pos].len;
425 ++buf_vec->pos;

Completed in 115 milliseconds