Searched refs:frame_start (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dsvc_test.cc256 uint8_t *frame_start = frame_data; local
283 memmove(frame_data + 1, frame_start + inputs[i].sz - index_sz + 1,
290 inputs[i].sz = frame_data - frame_start;
/external/libvpx/libvpx/
H A Dvpxenc.c1561 vpx_codec_pts_t frame_start, next_frame_start; local
1565 frame_start =
1638 vpx_codec_encode(&stream->encoder, img, frame_start,
1639 (unsigned long)(next_frame_start - frame_start), 0,

Completed in 116 milliseconds