Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dplayback.js11 var rfb, mode, test_state, frame_idx, frame_length, variable
38 frame_idx = 0;
50 frame = VNC_frame_data[frame_idx];
51 while ((frame_idx < frame_length) && (frame.charAt(0) === "}")) {
53 frame_idx += 1;
54 frame = VNC_frame_data[frame_idx];
62 if (frame_idx >= frame_length) {
86 var frame = VNC_frame_data[frame_idx],
98 frame_idx += 1;
/external/opencv3/samples/python2/
Dlk_track.py42 self.frame_idx = 0
70 if self.frame_idx % self.detect_interval == 0:
81 self.frame_idx += 1
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc167 for (int frame_idx = 0; frame_idx < 10; ++frame_idx) { in TEST_F() local
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1018 int frame_idx; member
1096 frame_idx = 0; in init()
1450 picture->pts = frame_idx; in writeFrame()
1452 frame_idx++; in writeFrame()
1827 frame_idx = 0; in open()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c377 picture->frame_num_list[i] = picture_info->referenceFrames[i].frame_idx; in vlVdpDecoderRenderH264()
/external/libvncserver/libvncclient/
Dh264.c304 va_picture_h264.frame_idx = frame_id; in h264_decode_frame()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td1981 (ins sgpr_class:$src, i32imm:$frame_idx),
1990 (ins i32imm:$frame_idx),
2012 (ins vgpr_class:$src, i32imm:$frame_idx, SReg_128:$scratch_rsrc,
2022 (ins i32imm:$frame_idx, SReg_128:$scratch_rsrc, SReg_32:$scratch_offset),