Searched refs:cb_int (Results 1 – 2 of 2) sorted by relevance
328 cn_cbor *cb_int; in CTEST() local337 cb_int = cn_cbor_int_create(256 CONTEXT_NULL, &err); in CTEST()338 ASSERT_NOT_NULL(cb_int); in CTEST()351 cn_cbor_mapput_int(cb_map, 5, cb_int CONTEXT_NULL, &err); in CTEST()
79 ChannelBuffer<int16_t> cb_int(cb->num_frames(), cb->num_channels()); in ConvertToFloat() local81 cb_int.channels()); in ConvertToFloat()83 S16ToFloat(cb_int.channels()[i], cb->num_frames(), cb->channels()[i]); in ConvertToFloat()