HomeSort by relevance Sort by last modified time
    Searched refs:buffer_index (Results 1 - 25 of 51) sorted by null

1 2 3

  /hardware/intel/img/psb_video/src/android/
psb_android_glue.h 44 void psb_android_dynamic_source_display(int buffer_index, int hdmi_mode);
  /external/chromium_org/net/websockets/
websocket_frame.cc 107 int buffer_index = 0; local
115 buffer[buffer_index++] = first_byte;
129 buffer[buffer_index++] = second_byte;
134 base::WriteBigEndian(buffer + buffer_index, payload_length_16);
135 buffer_index += sizeof(payload_length_16);
137 base::WriteBigEndian(buffer + buffer_index, header.payload_length);
138 buffer_index += sizeof(header.payload_length);
146 buffer + buffer_index);
147 buffer_index += WebSocketFrameHeader::kMaskingKeyLength;
152 DCHECK_EQ(header_size, buffer_index);
    [all...]
  /external/chromium_org/media/audio/
audio_device_thread.cc 165 uint32 buffer_index = 0; local
182 ++buffer_index;
183 size_t bytes_sent = socket_.Send(&buffer_index, sizeof(buffer_index));
184 if (bytes_sent != sizeof(buffer_index))
  /external/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.h 36 unsigned int buffer_index,
tegra_v4l2_video_device.h 39 unsigned int buffer_index,
v4l2_video_device.h 76 // used to bind the texture to the returned EGLImageKHR. buffer_index can be
83 unsigned int buffer_index,
tegra_v4l2_video_device.cc 36 unsigned int buffer_index,
177 unsigned int buffer_index,
190 if (TegraV4L2_UseEglImage(device_fd_, buffer_index, egl_image) != 0) {
exynos_v4l2_video_device.cc 144 unsigned int buffer_index,
154 expbuf.index = buffer_index;
dxva_video_decode_accelerator.cc 537 for (size_t buffer_index = 0; buffer_index < buffers.size();
538 ++buffer_index) {
540 DXVAPictureBuffer::Create(*this, buffers[buffer_index], egl_config_);
545 buffers[buffer_index].id(), picture_buffer)).second;
    [all...]
  /external/chromium_org/ppapi/proxy/
video_capture_resource.h 76 void SetBufferInUse(uint32_t buffer_index);
video_capture_resource.cc 228 void VideoCaptureResource::SetBufferInUse(uint32_t buffer_index) {
229 CHECK(buffer_index < buffer_in_use_.size());
230 buffer_in_use_[buffer_index] = true;
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 85 int buffer_index; member in struct:XRayTraceCapture
253 int index = capture->buffer_index;
275 capture->buffer_index = index;
340 se->dest = capture->buffer_index;
343 capture->buffer_index =
344 XRayTraceIncrementIndexInline(capture, capture->buffer_index);
365 uint32_t buffer_index = se->dest; local
367 struct XRayTraceBufferEntry* be = &capture->buffer[buffer_index];
406 be->annotation_index = capture->buffer_index;
492 capture->buffer_index = 0
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 216 if (ISACencLB_obj->buffer_index == 0) {
229 ISACencLB_obj->data_buffer_float[k + ISACencLB_obj->buffer_index] = in[k];
234 if (ISACencLB_obj->buffer_index + FRAMESAMPLES_10ms != FRAMESAMPLES) {
235 ISACencLB_obj->buffer_index += FRAMESAMPLES_10ms;
240 ISACencLB_obj->buffer_index = 0;
673 memcpy(&ISACencUB_obj->data_buffer_float[ISACencUB_obj->buffer_index], in,
678 if (ISACencUB_obj->buffer_index + FRAMESAMPLES_10ms < FRAMESAMPLES) {
679 ISACencUB_obj->buffer_index += FRAMESAMPLES_10ms;
799 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES;
    [all...]
structs.h 320 int buffer_index; member in struct:__anon20399
363 int buffer_index; member in struct:__anon20400
isac.c 114 (instISAC->instLB.ISACencLB_obj.buffer_index == 0) &&
128 * If we let this happen, we have to take care of buffer_index and
156 instISAC->instLB.ISACencLB_obj.buffer_index = 0;
160 * care of buffer_index and the last LPC vector. */
196 if ((instISAC->instLB.ISACencLB_obj.buffer_index ==
362 instLB->ISACencLB_obj.buffer_index = 0;
393 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES;
395 instUB->ISACencUB_obj.buffer_index = 0;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 216 if (ISACencLB_obj->buffer_index == 0) {
229 ISACencLB_obj->data_buffer_float[k + ISACencLB_obj->buffer_index] = in[k];
234 if (ISACencLB_obj->buffer_index + FRAMESAMPLES_10ms != FRAMESAMPLES) {
235 ISACencLB_obj->buffer_index += FRAMESAMPLES_10ms;
240 ISACencLB_obj->buffer_index = 0;
673 memcpy(&ISACencUB_obj->data_buffer_float[ISACencUB_obj->buffer_index], in,
678 if (ISACencUB_obj->buffer_index + FRAMESAMPLES_10ms < FRAMESAMPLES) {
679 ISACencUB_obj->buffer_index += FRAMESAMPLES_10ms;
799 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES;
    [all...]
structs.h 321 int buffer_index; member in struct:__anon17122
364 int buffer_index; member in struct:__anon17123
isac.c 113 (instISAC->instLB.ISACencLB_obj.buffer_index == 0) &&
127 * If we let this happen, we have to take care of buffer_index and
155 instISAC->instLB.ISACencLB_obj.buffer_index = 0;
159 * care of buffer_index and the last LPC vector. */
195 if ((instISAC->instLB.ISACencLB_obj.buffer_index ==
355 instLB->ISACencLB_obj.buffer_index = 0;
386 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES;
388 instUB->ISACencUB_obj.buffer_index = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 95 int buffer_index; /* which buffer is this */ member in struct:__anon25306
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibuf.h 95 int buffer_index; /* which buffer is this */ member in struct:__anon27042
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
encode.c 70 if (ISACenc_obj->buffer_index == 0) {
82 ISACenc_obj->data_buffer_fix[k + ISACenc_obj->buffer_index] = in[k];
86 if (ISACenc_obj->buffer_index + FRAMESAMPLES_10ms != processed_samples) {
87 ISACenc_obj->buffer_index = ISACenc_obj->buffer_index + FRAMESAMPLES_10ms;
91 ISACenc_obj->buffer_index = 0;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c 67 if (ISACenc_obj->buffer_index == 0) {
79 ISACenc_obj->data_buffer_fix[k + ISACenc_obj->buffer_index] = in[k];
83 if (ISACenc_obj->buffer_index + FRAMESAMPLES_10ms != processed_samples) {
84 ISACenc_obj->buffer_index = ISACenc_obj->buffer_index + FRAMESAMPLES_10ms;
88 ISACenc_obj->buffer_index = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.h 154 int buffer_index; member in struct:intel_image_format::__anon19101
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 154 int buffer_index; member in struct:intel_image_format::__anon11585
  /external/chromium_org/media/base/android/
media_decoder_job.cc 418 int buffer_index = 0; local
433 &buffer_index,
475 buffer_index,
499 ReleaseOutputBuffer(buffer_index, size, render_output, presentation_timestamp,

Completed in 830 milliseconds

1 2 3