OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slice_param_list_size
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/img/psb_video/src/
tng_vld_dec.h
55
int
slice_param_list_size
;
member in struct:context_DEC_s
tng_vld_dec.c
248
if (ctx->slice_param_list_idx >= ctx->
slice_param_list_size
) {
250
ctx->
slice_param_list_size
+= 8;
252
sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
397
ctx->
slice_param_list_size
= 8;
398
ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
vc1_header.h
282
int
slice_param_list_size
;
member in struct:context_VC1_s
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c
512
int
slice_param_list_size
;
member in struct:context_MPEG2_s
641
ctx->
slice_param_list_size
= 8;
642
ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
872
if (ctx->slice_param_list_idx >= ctx->
slice_param_list_size
) {
874
ctx->
slice_param_list_size
+= 8;
876
sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
[
all
...]
psb_MPEG4.c
318
int
slice_param_list_size
;
member in struct:context_MPEG4_s
[
all
...]
psb_H264.c
166
int
slice_param_list_size
;
member in struct:context_H264_s
406
ctx->
slice_param_list_size
= 8;
407
ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
[
all
...]
psb_VC1.c
443
ctx->
slice_param_list_size
= 8;
444
ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->
slice_param_list_size
);
[
all
...]
Completed in 161 milliseconds