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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 86 unsigned char last_byte; member in class:frame_parse
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 87 unsigned char last_byte; member in class:frame_parse
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 82 last_byte(0),
203 pdest[3] = last_byte;
233 last_byte = *psource;
405 last_byte = psource [parsed_length];
597 last_byte = psource [index];
626 ((last_byte & 0xF0) == 0x20)) ||
628 (last_byte == 0xB3))) {
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 200 pdest[3] = last_byte;
229 last_byte = *psource;
433 last_byte = psource [parsed_length];
643 last_byte = psource [index];
669 ((last_byte & 0xF0) == 0x20)) ||
671 (last_byte == 0xB3))) {
  /external/chromium_org/android_webview/browser/net/
input_stream_reader_unittest.cc 46 int SeekRange(int first_byte, int last_byte) {
49 byte_range.set_last_byte_position(last_byte);
android_stream_reader_url_request_job_unittest.cc 162 void SetRange(net::URLRequest* req, int first_byte, int last_byte) {
167 first_byte, last_byte));
  /external/chromium_org/sandbox/win/src/
crosscall_server.cc 174 const char* last_byte = &backing_mem[declared_size]; local
188 (address > last_byte) || // Start cannot point past buffer.
190 ((address + size) > last_byte)) { // End cannot point past buffer.
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 363 const uint8 last_byte = bytes[length - 1]; local
364 if (last_byte == kZeroDigit)
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]
  /external/qemu/slirp-android/
tcp_subr.c 390 int last_byte = dst_addr & 0xff; local
392 if (CTL_IS_DNS(last_byte))
393 *redir_addr = dns_addr[last_byte - CTL_DNS];

Completed in 297 milliseconds