Searched refs:get_block_size (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-cvsd.c | 50 static size_t get_block_size(void *codec_info, size_t link_mtu) { in get_block_size() function 116 .get_read_block_size = get_block_size, 117 .get_write_block_size = get_block_size,
|
H A D | a2dp-codec-ldac-gst.c | 388 static size_t get_block_size(void *codec_info, size_t link_mtu) { in get_block_size() function 449 .get_read_block_size = get_block_size, 450 .get_write_block_size = get_block_size, 472 .get_read_block_size = get_block_size, 473 .get_write_block_size = get_block_size, 495 .get_read_block_size = get_block_size, 496 .get_write_block_size = get_block_size,
|
H A D | a2dp-codec-sbc.c | 669 * in get_block_size() function. This block_size is length of buffer used in init() 725 static size_t get_block_size(void *codec_info, size_t link_mtu) { in get_block_size() function 765 return get_block_size(codec_info, write_link_mtu); in reduce_encoder_bitrate() 778 return get_block_size(codec_info, write_link_mtu); in increase_encoder_bitrate() 942 .get_read_block_size = get_block_size, 943 .get_write_block_size = get_block_size, 980 .get_read_block_size = get_block_size, 981 .get_write_block_size = get_block_size, 1005 .get_read_block_size = get_block_size, 1006 .get_write_block_size = get_block_size, [all...] |
H A D | a2dp-codec-aptx-gst.c | 455 static size_t get_block_size(void *codec_info, size_t link_mtu) { in get_block_size() function 572 .get_read_block_size = get_block_size, 573 .get_write_block_size = get_block_size,
|
/third_party/lz4/examples/ |
H A D | frameCompress.c | 186 static size_t get_block_size(const LZ4F_frameInfo_t* info) { in get_block_size() function 299 size_t const dstCapacity = get_block_size(&info); in decompress_file_allocDst()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signature.c | 102 static int get_block_size(const Block *b) in get_block_size() function 269 blocksize += get_block_size(&elemcat->blocks[j*elemcat->block_count+k]); in filter_frame() 279 blocksize += get_block_size(&elemcat->blocks[j*elemcat->block_count+k]); in filter_frame()
|
Completed in 7 milliseconds