OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colocated_buffers_idx
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
tng_vld_dec.h
68
int
colocated_buffers_idx
;
member in struct:context_DEC_s
tng_vld_dec.c
354
index = ctx->
colocated_buffers_idx
;
366
ctx->
colocated_buffers_idx
++;
408
ctx->
colocated_buffers_idx
= 0;
440
for (i = 0; i < ctx->
colocated_buffers_idx
; ++i)
vc1_header.h
295
int
colocated_buffers_idx
;
member in struct:context_VC1_s
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c
330
int
colocated_buffers_idx
;
member in struct:context_MPEG4_s
[
all
...]
psb_H264.c
188
int
colocated_buffers_idx
;
member in struct:context_H264_s
416
ctx->
colocated_buffers_idx
= 0;
543
for (i = 0; i < ctx->
colocated_buffers_idx
; ++i)
561
int index = ctx->
colocated_buffers_idx
;
572
ctx->
colocated_buffers_idx
++;
[
all
...]
psb_VC1.c
453
ctx->
colocated_buffers_idx
= 0;
543
for (i = 0; i < ctx->
colocated_buffers_idx
; ++i)
563
int index = ctx->
colocated_buffers_idx
;
572
ctx->
colocated_buffers_idx
++;
[
all
...]
Completed in 1059 milliseconds