Searched refs:start_position (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/include/telephony/ |
D | ril_cdma_sms.h | 344 unsigned char start_position; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 2723 FIRSTPASS_STATS *start_position; in find_next_key_frame() local 2739 start_position = cpi->twopass.stats_in; in find_next_key_frame() 2851 reset_fpf_position(cpi, start_position); in find_next_key_frame() 2963 reset_fpf_position(cpi, start_position); in find_next_key_frame() 3012 reset_fpf_position(cpi, start_position); in find_next_key_frame() 3062 reset_fpf_position(cpi, start_position); in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 3672 start_position = match.end(0) 3674 assert start_position > 0, ( 3676 assert text[start_position - 1] in matching_punctuation, ( 3679 punctuation_stack = [matching_punctuation[text[start_position - 1]]] 3680 position = start_position 3694 return text[start_position:position - 1]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1905 const FIRSTPASS_STATS *start_position = twopass->stats_in; in find_next_key_frame() local 1994 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2037 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2085 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2099 reset_fpf_position(twopass, start_position); in find_next_key_frame()
|