Searched refs:max_pos (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg723_1_data.h613 static const int32_t max_pos[4] = {593775, 142506, 593775, 142506}; variable
H A Dg723_1.c472 if (subfrm->pulse_pos >= max_pos[index])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvdec.c302 AVStream *vstream, int64_t max_pos)
320 while (avio_tell(ioc) < max_pos - 2 &&
350 for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++) {
363 if (timeslen == fileposlen && fileposlen>1 && max_pos <= filepositions[0]) {
387 int64_t max_pos, int depth)
416 max_pos) < 0)
419 while (avio_tell(ioc) < max_pos - 2 &&
421 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
433 while (avio_tell(ioc) < max_pos - 2 &&
437 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
301 parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, AVStream *vstream, int64_t max_pos) argument
385 amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflvdec.c139 static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, AVStream *vstream, int64_t max_pos) { argument
160 while (avio_tell(ioc) < max_pos - 2 && amf_get_string(ioc, str_val, sizeof(str_val)) > 0) {
192 for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++) {
222 static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) { argument
248 max_pos) < 0)
251 while(avio_tell(ioc) < max_pos - 2 && (keylen = avio_rb16(ioc))) {
253 if(amf_parse_object(s, NULL, NULL, NULL, max_pos, depth + 1) < 0)
266 while(avio_tell(ioc) < max_pos - 2 && amf_get_string(ioc, str_val, sizeof(str_val)) > 0) {
268 if(amf_parse_object(s, astream, vstream, str_val, max_pos, depth + 1) < 0)
278 for(i = 0; i < arraylen && avio_tell(ioc) < max_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dad525x_dpot.c87 unsigned max_pos; member in struct:dpot_data
181 if ((reg & DPOT_REG_TOL) || (dpot->max_pos > 256))
314 if (dpot->max_pos > 256)
622 data->max_pos = 1 << DPOT_MAX_POS(data->devid);
623 data->rdac_mask = data->max_pos - 1;
635 data->rdac_cache[i] = data->max_pos / 2;
647 id->name, data->max_pos);
H A Dad525x_dpot.h14 #define DPOT_CONF(features, wipers, max_pos, uid) \
16 ((max_pos & 0xF) << 6) | (uid & 0x3F))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c253 int max_pos; local
263 max_pos = 0;
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
366 if (max_pos == 0) /* out of memory :-( */
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
421 if (max_pos == 0) /* out of memory :-( */
463 max_pos = add_cnk_list_entry(&clist, max_pos, cn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.c217 const message_ty *max_pos; local
228 max_pos = NULL;
255 max_pos = mp;
414 max_pos, NULL, 0, 0, false, msg2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c660 tre_ast_node_t **copy, int *max_pos)
719 if (pos > *max_pos)
720 *max_pos = pos;
809 int max_pos = 0; local
845 if (lit->position > max_pos)
846 max_pos = lit->position;
914 &max_pos);
930 &pos_add, NULL, &seq2, &max_pos);
944 &pos_add, NULL, &copy, &max_pos);
1034 /* `max_pos' shoul
658 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) argument
[all...]

Completed in 86 milliseconds