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

  /frameworks/av/media/libstagefright/codecs/aacdec/
long_term_prediction.cpp 172 block_length = frame_length << 1;
176 j = block_length - lag;
185 num_samples = block_length;
199 FOR (i = block_length - num_samples; i>0; i--)
386 Int block_length; local
414 block_length = frame_length << 1;
419 ltp_buffer_index = block_length - lag;
428 num_samples = block_length;
459 /* Decrement block_length by num_samples. This is important
464 block_length -= num_samples
    [all...]
  /external/bluetooth/bluez/audio/
a2dp-codecs.h 77 uint8_t block_length:4; member in struct:__anon1910
97 uint8_t block_length:4; member in struct:__anon1912
a2dp.h 78 uint8_t block_length:4; member in struct:sbc_codec_cap
100 uint8_t block_length:4; member in struct:sbc_codec_cap
ipc.h 200 uint8_t block_length; member in struct:__anon1932
pcm_bluetooth.c 122 uint8_t block_length; /* A2DP only */ member in struct:bluetooth_alsa_config
575 cap->block_length = cfg->block_length;
576 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_16)
577 cap->block_length = BT_A2DP_BLOCK_LENGTH_16;
578 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_12)
579 cap->block_length = BT_A2DP_BLOCK_LENGTH_12;
580 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_8)
581 cap->block_length = BT_A2DP_BLOCK_LENGTH_8;
582 else if (cap->block_length & BT_A2DP_BLOCK_LENGTH_4
    [all...]
  /external/qemu/hw/
goldfish_mmc.c 78 uint32_t block_length; member in struct:goldfish_mmc_state
98 QFIELD_INT32(block_length),
359 s->block_length = arg;
372 arg /= s->block_length;
389 arg /= s->block_length;
479 s->block_length = val + 1;
  /external/bluetooth/bluez/tools/
avinfo.c 178 uint8_t block_length:4; member in struct:sbc_codec_cap
230 uint8_t block_length:4; member in struct:sbc_codec_cap
374 if (sbc->block_length & SBC_BLOCK_LENGTH_4)
376 if (sbc->block_length & SBC_BLOCK_LENGTH_8)
378 if (sbc->block_length & SBC_BLOCK_LENGTH_12)
380 if (sbc->block_length & SBC_BLOCK_LENGTH_16)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 328 block_length, member in struct:ltc_cipher_descriptor
  /external/v8/test/cctest/
test-regexp.cc 1485 unsigned block_length = block_end - block_start + 1; local
    [all...]
  /external/libvpx/
vpxenc.c 670 unsigned long block_length; local
729 block_length = pkt->data.frame.sz + 4;
730 block_length |= 0x10000000;
731 Ebml_Serialize(glob, &block_length, 4);
    [all...]

Completed in 1067 milliseconds