OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUM_SLICES
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.h
21
#define
MAX_NUM_SLICES
256
vbp_h264_parser.c
173
query_data->pic_data[i].slc_data = g_try_new0(vbp_slice_data_h264,
MAX_NUM_SLICES
);
[
all
...]
vbp_vc1_parser.c
139
query_data->pic_data[i].slc_data = g_try_malloc0(
MAX_NUM_SLICES
* sizeof(vbp_slice_data_vc1));
1018
if (pic_data->num_slices >=
MAX_NUM_SLICES
)
1020
ETRACE("Num of slices exceeds the limit (%d).",
MAX_NUM_SLICES
);
vbp_mp42_parser.c
944
if (slice_index >=
MAX_NUM_SLICES
) {
1098
vbp_slice_data_mp42,
MAX_NUM_SLICES
);
[
all
...]
Completed in 44 milliseconds