Programming/ffmpeg2017. 3. 7. 19:27

vlc

Search ""network-caching"" (23 hits in 21 files)

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\avio.c (1 hit)

Line 442:         *delay = INT64_C(1000) * var_InheritInteger(access, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\file.c (1 hit)

Line 409:                 *pi_64 = var_InheritInteger (p_access, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\ftp.c (1 hit)

Line 899:                    * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\http.c (1 hit)

Line 995:                 * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\live555.cpp (1 hit)

Line 1683:                   * var_InheritInteger( p_demux, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\mms\mmsh.c (1 hit)

Line 253:                    * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\mms\mmstu.c (1 hit)

Line 257:                    * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\rtp\rtp.c (1 hit)

Line 384:             *v = INT64_C(1000) * var_InheritInteger (demux, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\rtsp\access.c (1 hit)

Line 325:                 * var_InheritInteger(p_access, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\sftp.c (1 hit)

Line 360:                * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\smb.c (1 hit)

Line 329:             * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\tcp.c (1 hit)

Line 178:                    * var_InheritInteger( p_access, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\udp.c (1 hit)

Line 220:                    * var_InheritInteger(p_access, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\access\vnc.c (1 hit)

Line 301:                   * var_InheritInteger( p_demux, "network-caching" );

  D:\Download\ffmpeg\vlc-2.2.4\modules\gui\macosx\simple_prefs.m (2 hits)

Line 761:     TestCaC("network-caching", 10/3);

Line 1074:             CaC("network-caching", 10/3);

  D:\Download\ffmpeg\vlc-2.2.4\modules\gui\qt4\components\open_panels.cpp (1 hit)

Line 705:     emit methodChanged( qfu( "network-caching" ) );

  D:\Download\ffmpeg\vlc-2.2.4\modules\gui\qt4\components\simple_preferences.cpp (2 hits)

Line 728:             TestCaC( "network-caching", 10/3 );

Line 1074:             CaC( "network-caching", 10/3 );

  D:\Download\ffmpeg\vlc-2.2.4\modules\stream_filter\dash\dash.cpp (1 hit)

Line 291:                 var_InheritInteger(p_stream, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\stream_filter\httplive.c (1 hit)

Line 2758:                 var_InheritInteger(s, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\modules\stream_filter\smooth\smooth.c (1 hit)

Line 796:                 var_InheritInteger(s, "network-caching");

  D:\Download\ffmpeg\vlc-2.2.4\src\libvlc-module.c (1 hit)

Line 1823:     add_integer( "network-caching", CLOCK_FREQ / 1000, 


ffmpeg

Search ""buffer_size"" (7 hits in 5 files)

  D:\Download\ffmpeg\ffmpeg-3.2.4\libavdevice\pulse_audio_enc.c (1 hit)

Line 766:     { "buffer_size",     "set buffer size in bytes",         OFFSET(buffer_size),     AV_OPT_TYPE_INT,    {.i64 = 0}, 0, INT_MAX, E },

  D:\Download\ffmpeg\ffmpeg-3.2.4\libavformat\rtpproto.c (1 hit)

Line 68:     { "buffer_size",        "Send/Receive buffer size (in bytes)",                              OFFSET(buffer_size),     AV_OPT_TYPE_INT,    { .i64 = -1 },    -1, INT_MAX, .flags = D|E },

  D:\Download\ffmpeg\ffmpeg-3.2.4\libavformat\rtsp.c (2 hits)

Line 79:     { "buffer_size",        "Underlying protocol send/receive buffer size",                  OFFSET(buffer_size),           AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, DEC|ENC } \

Line 125:     av_dict_set(&opts, "buffer_size", buf, 0);

  D:\Download\ffmpeg\ffmpeg-3.2.4\libavformat\rtspdec.c (1 hit)

Line 294:             av_dict_set(&opts, "buffer_size", buf, 0);

  D:\Download\ffmpeg\ffmpeg-3.2.4\libavformat\udp.c (2 hits)

Line 122:     { "buffer_size",    "System data size (in bytes)",                     OFFSET(buffer_size),    AV_OPT_TYPE_INT,    { .i64 = -1 },    -1, INT_MAX, .flags = D|E },

Line 750:         if (av_find_info_tag(buf, sizeof(buf), "buffer_size", p)) {


'Programming > ffmpeg' 카테고리의 다른 글

ffmpeg deprecated 수정  (0) 2017.03.09
ffplay.c  (0) 2017.03.06
ffmpeg 예제 소스 분석  (0) 2017.02.10
ffmpeg 3.2 소스관련  (0) 2017.02.10
ffmpeg - vlc cache 설정관련  (0) 2017.02.10
Posted by 구차니