Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/utils/
Draw_to_bitmap.py124 frame_start = False
131 frame_start = True
138 if frame_start and not frame_stop:
143 frame_start = False
150 elif frame_start and frame_stop:
153 frame_start = False
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc77 void PostFilter::ExtendFrame(Pixel* const frame_start, const int width, in ExtendFrame() argument
81 Pixel* src = frame_start; in ExtendFrame()
99 assert(src == frame_start + height * stride); in ExtendFrame()
119 src = frame_start - left; in ExtendFrame()
120 dst = frame_start - left - top * stride; in ExtendFrame()
127 template void PostFilter::ExtendFrame<uint8_t>(uint8_t* const frame_start,
136 uint16_t* const frame_start, const int width, const int height,
264 void PostFilter::ExtendFrameBoundary(uint8_t* const frame_start, in ExtendFrameBoundary() argument
271 ExtendFrame<uint16_t>(reinterpret_cast<uint16_t*>(frame_start), width, in ExtendFrameBoundary()
277 ExtendFrame<uint8_t>(frame_start, width, height, stride, left, right, top, in ExtendFrameBoundary()
/external/libgav1/libgav1/src/
Dpost_filter.h240 static void ExtendFrame(Pixel* frame_start, int width, int height,
258 void ExtendFrameBoundary(uint8_t* frame_start, int width, int height,
550 extern template void PostFilter::ExtendFrame<uint8_t>(uint8_t* frame_start,
557 extern template void PostFilter::ExtendFrame<uint16_t>(uint16_t* frame_start,
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc1382 size_t frame_start = 0; in Populate() local
1383 while (frame_start < topo.size()) { in Populate()
1387 GetRootFrame(topo[frame_start], control_flow_info_, &cur_frame_name)); in Populate()
1388 size_t frame_end = frame_start; in Populate()
1389 for (size_t i = frame_start + 1; i < topo.size(); ++i) { in Populate()
1399 absl::Span<Node*> sub_topo(topo.data() + frame_start, in Populate()
1400 /*length=*/frame_end - frame_start + 1); in Populate()
1401 frame_start = frame_end + 1; in Populate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h138 int frame_start; member
Dvp9_firstpass.c2247 gf_group->frame_start = cpi->common.current_video_frame; in define_gf_group_structure()
2248 gf_group->frame_end = gf_group->frame_start + rc->baseline_gf_interval; in define_gf_group_structure()
/external/angle/doc/
DCaptureAndReplay.md129 Note: Mid-execution capture doesn't work for Android just yet, so frame_start must be
141 $ adb shell setprop debug.angle.capture.frame_start 0
/external/python/cpython3/Modules/
D_pickle.c638 Py_ssize_t frame_start; /* Position in output_buffer where the member
947 self->frame_start = -1; in _Pickler_ClearBuffer()
972 if (!self->framing || self->frame_start == -1) in _Pickler_CommitFrame()
974 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_CommitFrame()
975 qdata = PyBytes_AS_STRING(self->output_buffer) + self->frame_start; in _Pickler_CommitFrame()
984 self->frame_start = -1; in _Pickler_CommitFrame()
1027 if (!self->framing || self->frame_start == -1) { in _Pickler_OpcodeBoundary()
1030 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_OpcodeBoundary()
1062 need_new_frame = (self->framing && self->frame_start == -1); in _Pickler_Write()
1083 Py_ssize_t frame_start = self->output_len; in _Pickler_Write() local
[all …]
/external/libvpx/libvpx/
Dvpxenc.c1293 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame() local
1297 frame_start = in encode_frame()
1370 vpx_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
1371 (unsigned long)(next_frame_start - frame_start), 0, in encode_frame()
/external/libaom/libaom/apps/
Daomenc.c1950 aom_codec_pts_t frame_start, next_frame_start; in encode_frame() local
1954 frame_start = in encode_frame()
2027 aom_codec_encode(&stream->encoder, img, frame_start, in encode_frame()
2028 (uint32_t)(next_frame_start - frame_start), 0); in encode_frame()
/external/angle/src/tests/restricted_traces/
DREADME.md136 adb shell setprop debug.angle.capture.frame_start '""'