Searched refs:subdata (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | alloc.c | 51 subdataSize = maxChannels * sizeof(common->subdata[0]) * SBC_MAX_BANDS * SBC_MAX_BLOCKS; in OI_CODEC_SBC_Alloc() 63 common->subdata = (OI_INT32*)codecData; in OI_CODEC_SBC_Alloc()
|
D | synthesis-sbc.c | 265 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80() 296 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB() 330 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
|
D | decoder-private.c | 182 OI_INT32 * RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
|
D | readsamplesjoint.inc | 61 OI_INT32 * RESTRICT s = common->subdata;
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc.h | 159 OI_INT32 *subdata; member
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 152 virtual void subdata (Target target, int offset, int size, const char* data) = 0; 174 virtual void subdata (Target target, int offset, int size, const char* data);
|
D | glsDrawTest.cpp | 912 void subdata (DrawTestSpec::Target target, int offset, int size, const char* data); 1011 void AttributeArray::subdata (DrawTestSpec::Target target, int offset, int size, const char* ptr) in subdata() function in deqp::gls::__anonfbed0c940111::AttributeArray
|
D | glsVertexArrayTests.cpp | 534 void ContextArray::subdata (Target target, int offset, int size, const char* ptr) in subdata() function in deqp::gls::ContextArray
|