Searched refs:offset_count (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c98 uint32_t offset_count; local
242 offset_count = BE_32(&moov_atom[i + 8]);
243 if (i + 12 + offset_count * UINT64_C(4) > moov_atom_size) {
247 for (j = 0; j < offset_count; j++) {
263 offset_count = BE_32(&moov_atom[i + 8]);
264 if (i + 12 + offset_count * UINT64_C(8) > moov_atom_size) {
268 for (j = 0; j < offset_count; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dqt-faststart.c93 uint32_t offset_count; local
225 offset_count = BE_32(&moov_atom[i + 8]);
226 for (j = 0; j < offset_count; j++) {
242 offset_count = BE_32(&moov_atom[i + 8]);
243 for (j = 0; j < offset_count; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c46 int offset_count; member in struct:__anon3082
66 .offset_count = offsetof(ASS, styles_count),
84 .offset_count = offsetof(ASS, styles_count),
101 .offset_count = offsetof(ASS, dialogs_count),
179 int *count = (int *)((uint8_t *)&ctx->ass + section->offset_count);
321 count = (int *)((uint8_t *)&ctx->ass + section->offset_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dbc_dts_defs.h173 uint32_t offset_count; member in struct:BC_PIB_EXT_MPEG
H A Dcrystalhd_fw_if.h53 uint32_t offset_count; member in struct:ppb_mpeg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dabituguru3.c761 u8 *buf, int offset_count)
765 for (i = 0; i < offset_count; i++)
759 abituguru3_read_increment_offset(struct abituguru3_data *data, u8 bank, u8 offset, u8 count, u8 *buf, int offset_count) argument

Completed in 116 milliseconds