Searched refs:get_s (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c61 static int64_t get_s(AVIOContext *bc) function
99 int64_t v = get_s(bc);
101 av_log(NULL, AV_LOG_DEBUG, "get_s %5"PRId64" / %"PRIX64" in %s %s:%d\n",
116 #define get_s(bc) get_s_trace(bc, __FILE__, __PRETTY_FUNCTION__, __LINE__) macro
272 tmp_pts = get_s(bc);
290 get_s(bc);
495 chapter_id = get_s(bc);
515 value = get_s(bc);
525 value = get_s(bc);
531 get_s(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutdec.c55 static int64_t get_s(AVIOContext *bc){ function
79 int64_t v= get_s(bc);
81 av_log(NULL, AV_LOG_DEBUG, "get_s %5"PRId64" / %"PRIX64" in %s %s:%d\n", v, v, file, func, line);
92 #define get_s(bc) get_s_trace(bc, __FILE__, __PRETTY_FUNCTION__, __LINE__) macro
225 if(tmp_fields>0) tmp_pts = get_s(bc);
234 if(tmp_fields>6) get_s(bc);
411 chapter_id = get_s(bc);
430 value= get_s(bc);
440 value= get_s(bc);
446 get_s(b
[all...]

Completed in 107 milliseconds