Searched refs:frame_start (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 136 int frame_start; member
|
D | vp9_firstpass.c | 2207 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.c | 623 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/ |
D | vpxenc.c | 1599 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/ |
D | aomenc.c | 1836 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()
|