OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sc_end_pos
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_parse.h
6
that needs to be parsed and if start code found then
sc_end_pos
contains the index of last sc code byte
12
int32_t
sc_end_pos
; /* return value end position of sc */
member in struct:__anon30212
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc.c
32
cxt->
sc_end_pos
= -1;
97
cxt->
sc_end_pos
= size;
110
cxt->
sc_end_pos
++;
111
state->next_sc = cxt->buf[cxt->
sc_end_pos
];
viddec_parse_sc_fast_loop.c
167
cxt->
sc_end_pos
= parser_find_next_startcode(
173
if ( (int)cxt->
sc_end_pos
>= 0 )
175
cxt->
sc_end_pos
-= boff;
178
if ( cxt->
sc_end_pos
< cxt->size )
vbp_mp42_parser.c
27
uint32* sc_phase, uint32 *
sc_end_pos
, uint8 *is_normal_sc);
177
uint32
sc_end_pos
= -1;
local
210
- bytes_parsed, &sc_phase, &
sc_end_pos
, &is_normal_sc);
214
VTRACE ("
sc_end_pos
= %d\n",
sc_end_pos
);
217
+
sc_end_pos
- 3;
220
+
sc_end_pos
- 3;
222
bytes_parsed +=
sc_end_pos
;
475
uint32 *
sc_end_pos
,
485
*
sc_end_pos
= -1
[
all
...]
vbp_vc1_parser.c
240
start_code = *(unsigned char*)(cubby.buf + cubby.
sc_end_pos
);
243
PREFIX_SIZE != cubby.
sc_end_pos
&&
267
/*
sc_end_pos
gets us to the SC type. We need to back up to the first zero */
268
cxt->list.data[0].stpos = cubby.
sc_end_pos
- PREFIX_SIZE;
274
/*
sc_end_pos
is relative to this segment only, we merely add */
275
/*
sc_end_pos
to the start to find the end. */
277
cubby.
sc_end_pos
+ cxt->list.data[cxt->list.num_items - 1].stpos;
viddec_pm.c
324
cxt->list.end_offset = cxt->parse_cubby.
sc_end_pos
+ cxt->cur_buf.cur_offset;
326
cxt->list.total_bytes+=cxt->parse_cubby.
sc_end_pos
;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_parse_sc_mp4.c
35
cxt->
sc_end_pos
= -1;
110
cxt->
sc_end_pos
= size;
134
cxt->
sc_end_pos
++;
135
state->next_sc = cxt->buf[cxt->
sc_end_pos
];
Completed in 177 milliseconds