Home
last modified time | relevance | path

Searched refs:end_pos (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h200 int64_t * end_pos, uint64_t * tstamp);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py1271 (end_pos, num_open) = FindEndOfExpressionInLine(
1273 if end_pos > -1:
1274 return (line, linenum, end_pos)
1280 (end_pos, num_open) = FindEndOfExpressionInLine(
1282 if end_pos > -1:
1283 return (line, linenum, end_pos)
3152 (end_line, end_linenum, end_pos) = CloseExpression(
3158 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
3200 (last_line, end_line, end_pos) = CloseExpression(
3202 if end_pos < 0:
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) in nestegg_get_cue_point() argument
1833 if (!start_pos || !end_pos || !tstamp) in nestegg_get_cue_point()
1838 *end_pos = -1; in nestegg_get_cue_point()
1876 *end_pos = (ctx->segment_offset+seek_pos)-1; in nestegg_get_cue_point()