Searched refs:firstframe (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dape.c54 uint32_t firstframe; member in struct:__anon3451
157 av_log(s, AV_LOG_DEBUG, "firstframe = %"PRIu32"\n", ape_ctx->firstframe);
274 ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablelength + ape->wavheaderlength;
276 ape->firstframe += ape->totalframes;
301 ape->frames[0].pos = ape->firstframe;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dape.c56 uint32_t firstframe; member in struct:__anon2112
150 av_log(s, AV_LOG_DEBUG, "firstframe = %"PRIu32"\n", ape_ctx->firstframe);
267 ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablelength + ape->wavheaderlength;
283 ape->frames[0].pos = ape->firstframe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c1086 int firstframe = 1; local
1119 if (!firstframe || ip != lr) {
1128 if (firstframe)
1132 firstframe = 0;
1145 firstframe = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c290 struct can_frame *firstframe; local
304 firstframe = (struct can_frame *)skb_tail_pointer(skb);
315 firstframe->can_dlc &= BCM_CAN_DLC_MASK;

Completed in 142 milliseconds