Searched refs:first_int (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h131 int ps, vr_ps, line_length, first_int, field_id; member in struct:omap_vout_device
H A Domap_vout.c855 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) {
861 vout->first_int = 0;
885 if (vout->first_int) {
886 vout->first_int = 0;
1943 vout->first_int = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpproto.c1341 static int rtmp_receive_hs_packet(RTMPContext* rt, uint32_t *first_int, argument
1357 *first_int = AV_RB32(arraydata);
1362 static int rtmp_send_hs_packet(RTMPContext* rt, uint32_t first_int, argument
1367 AV_WB32(arraydata, first_int);

Completed in 103 milliseconds