HomeSort by relevance Sort by last modified time
    Searched defs:block_type (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/cert/
pem_tokenizer.h 37 const std::string& block_type() const { return block_type_; } function in class:net::PEMTokenizer
  /external/chromium_org/media/cast/net/rtcp/
rtcp_utility.cc 299 uint8 block_type; local
301 if (!reader->ReadU8(&block_type) ||
306 switch (block_type) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 145 uint32 block_type; member in struct:__anon17980
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 906 uint8_t block_type = *_ptrRTCPData++; local
912 switch (block_type) {
    [all...]
  /external/libpcap/
sf-pcap-ng.c 71 bpf_u_int32 block_type; member in struct:block_header
201 bpf_u_int32 block_type; member in struct:block_cursor
266 bhdr.block_type = SWAPLONG(bhdr.block_type);
326 cursor->block_type = bhdr.block_type;
343 cursor->block_type);
814 bhdrp->block_type = magic;
864 switch (cursor.block_type) {
973 switch (cursor.block_type) {
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 483 int block_type; local
485 block_type = ringbuffer[*index & 1];
487 block_type = ringbuffer[(*index - 1) & 1] + 1;
489 block_type = type_code - 2;
491 if (block_type >= max_block_type) {
492 block_type -= max_block_type;
494 block_types[tree_type] = block_type;
495 ringbuffer[(*index) & 1] = block_type;
729 int block_type[3] = { 0 }; local
847 context_mode = context_modes[block_type[0]]
    [all...]
  /art/compiler/dex/
mir_graph.h 399 BBType block_type:4; member in struct:art::BasicBlock
    [all...]

Completed in 477 milliseconds