Searched refs:iformat (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffprobe.c48 static AVInputFormat *iformat = NULL; variable
184 if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)
213 printf("format_name=%s\n", fmt_ctx->iformat->name);
214 printf("format_long_name=%s\n", fmt_ctx->iformat->long_name);
225 av_metadata_conv(fmt_ctx, NULL, fmt_ctx->iformat->metadata_conv);
239 if ((err = av_open_input_file(&fmt_ctx, filename, iformat, 0, NULL)) < 0) {
298 iformat = av_find_input_format(arg);
299 if (!iformat) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffprobe.c48 static AVInputFormat *iformat = NULL; variable
184 if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)
213 printf("format_name=%s\n", fmt_ctx->iformat->name);
214 printf("format_long_name=%s\n", fmt_ctx->iformat->long_name);
225 av_metadata_conv(fmt_ctx, NULL, fmt_ctx->iformat->metadata_conv);
239 if ((err = av_open_input_file(&fmt_ctx, filename, iformat, 0, NULL)) < 0) {
298 iformat = av_find_input_format(arg);
299 if (!iformat) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffprobe.c48 static AVInputFormat *iformat = NULL; variable
184 if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)
213 printf("format_name=%s\n", fmt_ctx->iformat->name);
214 printf("format_long_name=%s\n", fmt_ctx->iformat->long_name);
225 av_metadata_conv(fmt_ctx, NULL, fmt_ctx->iformat->metadata_conv);
239 if ((err = av_open_input_file(&fmt_ctx, filename, iformat, 0, NULL)) < 0) {
298 iformat = av_find_input_format(arg);
299 if (!iformat) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dbeosaudio.cpp193 media_multi_audio_format iformat; local
218 s->recorder = new BSoundRecorder(&iformat, wait_for_input, "ffmpeg input", audiorecord_callback);
220 s->recorder->WaitForIncomingConnection(&iformat);
222 if (s->recorder->InitCheck() != B_OK || iformat.format != media_raw_audio_format::B_AUDIO_SHORT) {
231 s->codec_id = (iformat.byte_order == B_MEDIA_LITTLE_ENDIAN)?CODEC_ID_PCM_S16LE:CODEC_ID_PCM_S16BE;
232 s->channels = iformat.channel_count;
233 s->sample_rate = (int)iformat.frame_rate;
234 s->frame_size = iformat.buffer_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Doptions.c31 if(fc->iformat) return fc->iformat->name;
H A Dasus_utils.c101 ic->iformat = fmt;
119 err = ic->iformat->read_header(ic, ap);
H A Dutils.c438 ic->iformat = fmt;
455 if (ic->iformat->read_header) {
456 err = ic->iformat->read_header(ic, ap);
668 ret= s->iformat->read_packet(s, pkt);
1056 if ((s->iformat->flags & AVFMT_GENERIC_INDEX) &&
1084 if((s->iformat->flags & AVFMT_GENERIC_INDEX) && pkt->flags & AV_PKT_FLAG_KEY){
1155 if(st->parser && (s->iformat->flags & AVFMT_GENERIC_INDEX)){
1417 AVInputFormat *avif= s->iformat;
1670 if (s->iformat->read_seek){
1671 if(s->iformat
[all...]
H A Draw.c75 id = s->iformat->value;
257 st->codec->codec_id = s->iformat->value;
275 st->codec->codec_id = s->iformat->value;
704 st->codec->codec_id = s->iformat->value;
H A Davformat.h583 /* Can only be iformat or oformat, not both at the same time. */
584 struct AVInputFormat *iformat; member in struct:AVFormatContext
H A Dimg2.c206 if (s1->iformat->flags & AVFMT_NOFILE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dbeosaudio.cpp193 media_multi_audio_format iformat; local
218 s->recorder = new BSoundRecorder(&iformat, wait_for_input, "ffmpeg input", audiorecord_callback);
220 s->recorder->WaitForIncomingConnection(&iformat);
222 if (s->recorder->InitCheck() != B_OK || iformat.format != media_raw_audio_format::B_AUDIO_SHORT) {
231 s->codec_id = (iformat.byte_order == B_MEDIA_LITTLE_ENDIAN)?CODEC_ID_PCM_S16LE:CODEC_ID_PCM_S16BE;
232 s->channels = iformat.channel_count;
233 s->sample_rate = (int)iformat.frame_rate;
234 s->frame_size = iformat.buffer_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Doptions.c31 if(fc->iformat) return fc->iformat->name;
H A Dasus_utils.c101 ic->iformat = fmt;
119 err = ic->iformat->read_header(ic, ap);
H A Dutils.c438 ic->iformat = fmt;
455 if (ic->iformat->read_header) {
456 err = ic->iformat->read_header(ic, ap);
668 ret= s->iformat->read_packet(s, pkt);
1056 if ((s->iformat->flags & AVFMT_GENERIC_INDEX) &&
1084 if((s->iformat->flags & AVFMT_GENERIC_INDEX) && pkt->flags & AV_PKT_FLAG_KEY){
1155 if(st->parser && (s->iformat->flags & AVFMT_GENERIC_INDEX)){
1417 AVInputFormat *avif= s->iformat;
1670 if (s->iformat->read_seek){
1671 if(s->iformat
[all...]
H A Draw.c75 id = s->iformat->value;
257 st->codec->codec_id = s->iformat->value;
275 st->codec->codec_id = s->iformat->value;
704 st->codec->codec_id = s->iformat->value;
H A Davformat.h583 /* Can only be iformat or oformat, not both at the same time. */
584 struct AVInputFormat *iformat; member in struct:AVFormatContext
H A Dimg2.c206 if (s1->iformat->flags & AVFMT_NOFILE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dbeosaudio.cpp193 media_multi_audio_format iformat; local
218 s->recorder = new BSoundRecorder(&iformat, wait_for_input, "ffmpeg input", audiorecord_callback);
220 s->recorder->WaitForIncomingConnection(&iformat);
222 if (s->recorder->InitCheck() != B_OK || iformat.format != media_raw_audio_format::B_AUDIO_SHORT) {
231 s->codec_id = (iformat.byte_order == B_MEDIA_LITTLE_ENDIAN)?CODEC_ID_PCM_S16LE:CODEC_ID_PCM_S16BE;
232 s->channels = iformat.channel_count;
233 s->sample_rate = (int)iformat.frame_rate;
234 s->frame_size = iformat.buffer_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Doptions.c31 if(fc->iformat) return fc->iformat->name;
H A Dasus_utils.c101 ic->iformat = fmt;
119 err = ic->iformat->read_header(ic, ap);
H A Dutils.c438 ic->iformat = fmt;
455 if (ic->iformat->read_header) {
456 err = ic->iformat->read_header(ic, ap);
668 ret= s->iformat->read_packet(s, pkt);
1056 if ((s->iformat->flags & AVFMT_GENERIC_INDEX) &&
1084 if((s->iformat->flags & AVFMT_GENERIC_INDEX) && pkt->flags & AV_PKT_FLAG_KEY){
1155 if(st->parser && (s->iformat->flags & AVFMT_GENERIC_INDEX)){
1417 AVInputFormat *avif= s->iformat;
1670 if (s->iformat->read_seek){
1671 if(s->iformat
[all...]
H A Draw.c75 id = s->iformat->value;
257 st->codec->codec_id = s->iformat->value;
275 st->codec->codec_id = s->iformat->value;
704 st->codec->codec_id = s->iformat->value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dmetadata.c855 DPRINTF(E_DEBUG, L_METADATA, "Container: '%s' [%s]\n", ctx->iformat->name, basepath);
870 if( strcmp(ctx->iformat->name, "avi") == 0 )
885 else if( strcmp(ctx->iformat->name, "mov,mp4,m4a,3gp,3g2,mj2") == 0 &&
888 else if( strncmp(ctx->iformat->name, "matroska", 8) == 0 )
890 else if( strcmp(ctx->iformat->name, "flv") == 0 )
898 if( strcmp(ctx->iformat->name, "mpeg") == 0 )
911 if( strcmp(ctx->iformat->name, "mpegts") == 0 )
961 else if( strcmp(ctx->iformat->name, "mpeg") == 0 )
976 video_stream, basepath, ctx->iformat->name, m.resolution);
985 if( strcmp(ctx->iformat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dmetadata.c855 DPRINTF(E_DEBUG, L_METADATA, "Container: '%s' [%s]\n", ctx->iformat->name, basepath);
870 if( strcmp(ctx->iformat->name, "avi") == 0 )
885 else if( strcmp(ctx->iformat->name, "mov,mp4,m4a,3gp,3g2,mj2") == 0 &&
888 else if( strncmp(ctx->iformat->name, "matroska", 8) == 0 )
890 else if( strcmp(ctx->iformat->name, "flv") == 0 )
898 if( strcmp(ctx->iformat->name, "mpeg") == 0 )
911 if( strcmp(ctx->iformat->name, "mpegts") == 0 )
961 else if( strcmp(ctx->iformat->name, "mpeg") == 0 )
976 video_stream, basepath, ctx->iformat->name, m.resolution);
985 if( strcmp(ctx->iformat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dmetadata.c855 DPRINTF(E_DEBUG, L_METADATA, "Container: '%s' [%s]\n", ctx->iformat->name, basepath);
870 if( strcmp(ctx->iformat->name, "avi") == 0 )
885 else if( strcmp(ctx->iformat->name, "mov,mp4,m4a,3gp,3g2,mj2") == 0 &&
888 else if( strncmp(ctx->iformat->name, "matroska", 8) == 0 )
890 else if( strcmp(ctx->iformat->name, "flv") == 0 )
898 if( strcmp(ctx->iformat->name, "mpeg") == 0 )
911 if( strcmp(ctx->iformat->name, "mpegts") == 0 )
961 else if( strcmp(ctx->iformat->name, "mpeg") == 0 )
976 video_stream, basepath, ctx->iformat->name, m.resolution);
985 if( strcmp(ctx->iformat
[all...]

Completed in 217 milliseconds

12