OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapped_buffer
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
psb_drv_debug.c
341
unsigned char *
mapped_buffer
;
local
345
psb_buffer_map(&psb_surface->buf, (unsigned char**)&
mapped_buffer
);
346
if(
mapped_buffer
== NULL)
350
mapped_buffer1 =
mapped_buffer
+ psb_surface->stride * srcy;
351
mapped_buffer2 =
mapped_buffer
+ psb_surface->stride * (srch + srcy / 2);
352
mapped_buffer
= mapped_buffer2;
369
mapped_buffer2 =
mapped_buffer
;
394
unsigned char *
mapped_buffer
;
local
398
psb_buffer_map(&psb_surface->buf, (unsigned char **)&
mapped_buffer
);
399
if(
mapped_buffer
== NULL
842
unsigned char *
mapped_buffer
;
local
903
unsigned char *
mapped_buffer
;
local
[
all
...]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.m
1029
const void *
mapped_buffer
= data.bytes;
1034
uint16_t newLen = EndianU16_BtoN(*(uint16_t *)(
mapped_buffer
));
[
all
...]
Completed in 4359 milliseconds