Searched refs:start_offset (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/msm8998/json-c/ |
D | json_object.c | 102 int pos = 0, start_offset = 0; in json_escape_str() local 117 if(pos - start_offset > 0) in json_escape_str() 118 printbuf_memappend(pb, str + start_offset, pos - start_offset); in json_escape_str() 129 start_offset = ++pos; in json_escape_str() 134 if(pos - start_offset > 0) in json_escape_str() 135 printbuf_memappend(pb, str + start_offset, pos - start_offset); in json_escape_str() 139 start_offset = ++pos; in json_escape_str() 144 if (pos - start_offset > 0) in json_escape_str() 145 printbuf_memappend(pb, str + start_offset, pos - start_offset); in json_escape_str()
|
/hardware/google/pixel/misc_writer/ |
D | misc_writer_test.cpp | 122 auto start_offset = in TEST_F() local 125 start_offset, &err)); in TEST_F() 129 start_offset + 1, &err)); in TEST_F()
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 124 uint32_t start_offset, 617 uint32_t start_offset, in decoder_input_req_handler() argument 634 …%d, length = %d buf_size = %d bytes_to_read = %d", __func__, buf_ptr, start_offset, length, buf_si… in decoder_input_req_handler() 639 memcpy(buf_ptr, (char *)mjpegd->inputMjpegBuffer + start_offset, bytes_to_read); in decoder_input_req_handler() 641 if(JPEGERR_SUCCESS != jpeg_buffer_set_start_offset(buffer, start_offset)) in decoder_input_req_handler()
|