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/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/syslinux/gpxe/src/drivers/net/
Dbnx2.c2360 static int frame_idx = 0; in bnx2_transmit() local
2391 memcpy(&frame[frame_idx].dst_addr, dst_addr, ETH_ALEN); in bnx2_transmit()
2392 memcpy(&frame[frame_idx].src_addr, nic->node_addr, ETH_ALEN); in bnx2_transmit()
2393 frame[frame_idx].type = htons(type); in bnx2_transmit()
2394 memset(&frame[frame_idx].data, 0, sizeof(frame[frame_idx].data)); in bnx2_transmit()
2395 memcpy(&frame[frame_idx].data, packet, size); in bnx2_transmit()
2400 txbd->tx_bd_haddr_lo = virt_to_bus(&frame[frame_idx]); in bnx2_transmit()
2406 frame_idx ^= 1; in bnx2_transmit()
Dtg3.c3164 static int frame_idx; in tg3_transmit() local
3192 frame = &tg3_bss.tx_frame[frame_idx]; in tg3_transmit()
3208 frame_idx ^= 1; in tg3_transmit()
/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.td2066 (ins sgpr_class:$src, i32imm:$frame_idx)> {
2073 (ins i32imm:$frame_idx)> {
2093 (ins vgpr_class:$src, i32imm:$frame_idx, SReg_128:$scratch_rsrc,
2101 (ins i32imm:$frame_idx, SReg_128:$scratch_rsrc, SReg_32:$scratch_offset,