Searched refs:buf_bytes (Results 1 – 2 of 2) sorted by relevance
238 PyObject* buf_bytes; in _pysqlite_fetch_one_row() local303 buf_bytes = PyByteArray_FromStringAndSize(buf, strlen(buf)); in _pysqlite_fetch_one_row()304 if (!buf_bytes) { in _pysqlite_fetch_one_row()307 error_obj = PyUnicode_FromEncodedObject(buf_bytes, "ascii", "replace"); in _pysqlite_fetch_one_row()314 Py_DECREF(buf_bytes); in _pysqlite_fetch_one_row()
76 unsigned int max_frames, dev_frames, buf_bytes; in dev_stream_create() local127 buf_bytes = out->conv_buffer_size_frames * cras_get_format_bytes(ofmt); in dev_stream_create()128 out->conv_buffer = byte_buffer_create(buf_bytes); in dev_stream_create()