HomeSort by relevance Sort by last modified time
    Searched defs:in_buf (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 177 PP_PictureBuffer_Dev in_buf = buffers[i]; local
178 DCHECK_GE(in_buf.id, 0);
180 in_buf.id,
181 gfx::Size(in_buf.size.width, in_buf.size.height),
182 in_buf.texture_id);
185 in_buf.size.height);
  /system/media/audio_utils/
resampler.c 35 int16_t *in_buf; // input buffer member in struct:resampler
99 // make sure that the number of frames present in rsmp->in_buf (rsmp->frames_in) is at
104 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf,
113 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count,
125 rsmp->in_buf,
131 rsmp->in_buf,
143 memmove(rsmp->in_buf,
144 rsmp->in_buf + inFrames * rsmp->channel_count,
234 rsmp->in_buf = NULL
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
113 wpabuf_free(data->in_buf);
273 if (len > wpabuf_tailroom(data->in_buf)) {
279 wpabuf_put_data(data->in_buf, buf, len);
282 (unsigned long) wpabuf_tailroom(data->in_buf));
295 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
302 if (data->in_buf == NULL) {
304 data->in_buf = wpabuf_alloc(message_length);
305 if (data->in_buf == NULL) {
311 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_tnc.c 19 struct wpabuf *in_buf; member in struct:eap_tnc_data
58 wpabuf_free(data->in_buf);
147 if (len > wpabuf_tailroom(data->in_buf)) {
153 wpabuf_put_data(data->in_buf, buf, len);
156 (unsigned long) wpabuf_tailroom(data->in_buf));
169 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
176 if (data->in_buf == NULL) {
178 data->in_buf = wpabuf_alloc(message_length);
179 if (data->in_buf == NULL) {
185 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
292 wpabuf_free(data->in_buf);
379 if (len > wpabuf_tailroom(data->in_buf)) {
385 wpabuf_put_data(data->in_buf, buf, len);
388 (unsigned long) wpabuf_tailroom(data->in_buf));
401 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
408 if (data->in_buf == NULL) {
410 data->in_buf = wpabuf_alloc(message_length);
411 if (data->in_buf == NULL) {
418 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
127 wpabuf_free(data->in_buf);
284 if (len > wpabuf_tailroom(data->in_buf)) {
290 wpabuf_put_data(data->in_buf, buf, len);
293 (unsigned long) wpabuf_tailroom(data->in_buf));
304 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
310 if (data->in_buf == NULL) {
312 data->in_buf = wpabuf_alloc(message_length);
313 if (data->in_buf == NULL) {
318 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
158 wpabuf_free(data->in_buf);
302 if (len > wpabuf_tailroom(data->in_buf)) {
308 wpabuf_put_data(data->in_buf, buf, len);
311 (unsigned long) wpabuf_tailroom(data->in_buf));
322 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
328 if (data->in_buf == NULL) {
330 data->in_buf = wpabuf_alloc(message_length);
331 if (data->in_buf == NULL) {
337 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_tnc.c 23 struct wpabuf *in_buf; member in struct:eap_tnc_data
97 wpabuf_free(data->in_buf);
401 if (len > wpabuf_tailroom(data->in_buf)) {
407 wpabuf_put_data(data->in_buf, buf, len);
410 (unsigned long) wpabuf_tailroom(data->in_buf));
421 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
427 if (data->in_buf == NULL) {
429 data->in_buf = wpabuf_alloc(message_length);
430 if (data->in_buf == NULL) {
435 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 227 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); local
228 if (env->ExceptionCheck() || in_buf == NULL) {
232 int8_t* in_bytes = static_cast<int8_t*>(in_buf);
242 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
253 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); local
254 if (env->ExceptionCheck() || in_buf == NULL) {
257 int8_t* in_bytes = static_cast<int8_t*>(in_buf);
269 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
271 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_COMMIT);
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
dmSocketConnector.cc 535 char in_buf[BUF_SIZE]; // Input buffer for response local
547 retcode = recv(server_s, in_buf, BUF_SIZE, 0);
556 bEndHeader = DmParseHTTPHeader( in_buf, retcode, &strRemaining, lenRemaining);
566 SetResponseData((unsigned char*)in_buf,retcode);
569 retcode = recv(server_s, in_buf + nBufUsed, BUF_SIZE-nBufUsed, 0);
  /packages/apps/OMA-DM/engine/xpl/src/
dmSocketConnector.cc 535 char in_buf[BUF_SIZE]; // Input buffer for response local
547 retcode = recv(server_s, in_buf, BUF_SIZE, 0);
556 bEndHeader = DmParseHTTPHeader( in_buf, retcode, &strRemaining, lenRemaining);
566 SetResponseData((unsigned char*)in_buf,retcode);
569 retcode = recv(server_s, in_buf + nBufUsed, BUF_SIZE-nBufUsed, 0);
  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.cc 336 CSecBufferBundle<4> in_buf; local
337 in_buf[0].BufferType = SECBUFFER_DATA;
338 in_buf[0].cbBuffer = static_cast<unsigned long>(inbuf.size());
339 in_buf[0].pvBuffer = &inbuf[0];
341 //DescribeBuffers(LS_VERBOSE, "Decrypt In ", in_buf.desc());
342 SECURITY_STATUS status = DecryptMessage(&impl_->ctx, in_buf.desc(), 0, 0);
343 //DescribeBuffers(LS_VERBOSE, "Decrypt Out ", in_buf.desc());
349 for (size_t i=0; i<in_buf.desc()->cBuffers; ++i) {
350 if (in_buf[i].BufferType == SECBUFFER_DATA) {
351 data_len += in_buf[i].cbBuffer
    [all...]
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 319 CSecBufferBundle<4> in_buf; local
320 in_buf[0].BufferType = SECBUFFER_DATA;
321 in_buf[0].cbBuffer = static_cast<unsigned long>(inbuf.size());
322 in_buf[0].pvBuffer = &inbuf[0];
324 //DescribeBuffers(LS_VERBOSE, "Decrypt In ", in_buf.desc());
325 SECURITY_STATUS status = DecryptMessage(&impl_->ctx, in_buf.desc(), 0, 0);
326 //DescribeBuffers(LS_VERBOSE, "Decrypt Out ", in_buf.desc());
332 for (size_t i=0; i<in_buf.desc()->cBuffers; ++i) {
333 if (in_buf[i].BufferType == SECBUFFER_DATA) {
334 data_len += in_buf[i].cbBuffer
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1546 audio_buffer_t in_buf; local
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 3057 yuv_image_type in_buf, out_buf; local
    [all...]

Completed in 675 milliseconds