Searched refs:start_pos (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 199 int64_t max_offset, int64_t * start_pos,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 943 const FIRSTPASS_STATS *start_pos; in vp9_init_second_pass() local 1003 start_pos = twopass->stats_in; in vp9_init_second_pass() 1014 reset_fpf_position(twopass, start_pos); in vp9_init_second_pass() 1023 start_pos = twopass->stats_in; in vp9_init_second_pass() 1037 reset_fpf_position(twopass, start_pos); in vp9_init_second_pass() 1407 const FIRSTPASS_STATS *start_pos; in define_gf_group() local 1442 start_pos = twopass->stats_in; in define_gf_group() 1662 reset_fpf_position(twopass, start_pos); in define_gf_group() 1773 reset_fpf_position(twopass, start_pos); in define_gf_group() 1786 reset_fpf_position(twopass, start_pos); in define_gf_group() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 1335 FIRSTPASS_STATS *start_pos; in vp8_init_second_pass() local 1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass() 1387 reset_fpf_position(cpi, start_pos); in vp8_init_second_pass() 1394 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass() 1405 reset_fpf_position(cpi, start_pos); /* Reset file position */ in vp8_init_second_pass() 1743 FIRSTPASS_STATS *start_pos; in define_gf_group() local 1777 start_pos = cpi->twopass.stats_in; in define_gf_group() 2146 reset_fpf_position(cpi, start_pos); in define_gf_group() 2334 reset_fpf_position(cpi, start_pos); in define_gf_group() 2354 reset_fpf_position(cpi, start_pos); in define_gf_group() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 1343 (start_pos, num_open) = FindStartOfExpressionInLine( 1345 if start_pos > -1: 1346 return (line, linenum, start_pos) 1352 (start_pos, num_open) = FindStartOfExpressionInLine( 1354 if start_pos > -1: 1355 return (line, linenum, start_pos) 3180 start_pos = -1 3193 start_pos = len(matched.group(1)) 3195 if not check_macro or start_pos < 0: 3201 clean_lines, linenum, start_pos) [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 1822 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() 1837 *start_pos = -1; in nestegg_get_cue_point() 1871 *start_pos = ctx->segment_offset+seek_pos; in nestegg_get_cue_point()
|