Home
last modified time | relevance | path

Searched refs:frame_start (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h136 int frame_start; member
Dvp9_firstpass.c2207 gf_group->frame_start = cpi->common.current_video_frame; in define_gf_group_structure()
2208 gf_group->frame_end = gf_group->frame_start + rc->baseline_gf_interval; in define_gf_group_structure()
/external/python/cpython3/Modules/
D_pickle.c623 Py_ssize_t frame_start; /* Position in output_buffer where the member
929 self->frame_start = -1; in _Pickler_ClearBuffer()
954 if (!self->framing || self->frame_start == -1) in _Pickler_CommitFrame()
956 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_CommitFrame()
957 qdata = PyBytes_AS_STRING(self->output_buffer) + self->frame_start; in _Pickler_CommitFrame()
966 self->frame_start = -1; in _Pickler_CommitFrame()
1009 if (!self->framing || self->frame_start == -1) { in _Pickler_OpcodeBoundary()
1012 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_OpcodeBoundary()
1044 need_new_frame = (self->framing && self->frame_start == -1); in _Pickler_Write()
1065 Py_ssize_t frame_start = self->output_len; in _Pickler_Write() local
[all …]
/external/libvpx/libvpx/
Dvpxenc.c1599 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame() local
1603 frame_start = in encode_frame()
1676 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
1677 (unsigned long)(next_frame_start - frame_start), 0, in encode_frame()
/external/libaom/libaom/apps/
Daomenc.c1836 aom_codec_pts_t frame_start, next_frame_start; in encode_frame() local
1840 frame_start = in encode_frame()
1913 aom_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
1914 (uint32_t)(next_frame_start - frame_start), 0); in encode_frame()