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

  /external/libvncserver/libvncserver/
httpd.c 579 int cur_bytes, len; local
582 cur_bytes = 0;
621 if (cur_bytes + len + 1 > max_bytes) {
625 cur_bytes += len;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 285 int32_t cur_bytes=0; local
287 cur_bytes = viddec_pm_utils_bstream_bytesincubby(&(cxt->bstrm_buf));
288 if(cur_bytes > 0)
290 viddec_pm_utils_bstream_scratch_copyto(&(cxt->scratch), &(bstream->buf[bstream->buf_index]), cur_bytes);

Completed in 3614 milliseconds