Searched refs:buffer_attributes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda_h264.c187 CFMutableDictionaryRef buffer_attributes; local
228 buffer_attributes = CFDictionaryCreateMutable(kCFAllocatorDefault,
239 CFDictionarySetValue(buffer_attributes,
242 CFDictionarySetValue(buffer_attributes,
247 buffer_attributes,
259 CFRelease(buffer_attributes);
414 CFMutableDictionaryRef buffer_attributes; local
455 buffer_attributes = CFDictionaryCreateMutable(kCFAllocatorDefault,
467 CFDictionarySetValue(buffer_attributes,
470 CFDictionarySetValue(buffer_attributes,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda.c139 CFMutableDictionaryRef buffer_attributes; local
160 buffer_attributes = CFDictionaryCreateMutable(kCFAllocatorDefault,
171 CFDictionarySetValue(buffer_attributes,
174 CFDictionarySetValue(buffer_attributes,
179 buffer_attributes,
191 CFRelease(buffer_attributes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_enc.c446 pa_buffer_attr buffer_attributes = { -1, -1, -1, -1, -1 }; local
473 buffer_attributes.tlength = FFMAX(s->buffer_size, av_clip64(bytes, 0, UINT32_MAX - 1));
477 av_log(s, AV_LOG_DEBUG, "Real buffer length is %u bytes\n", buffer_attributes.tlength);
479 buffer_attributes.tlength = s->buffer_size;
481 buffer_attributes.prebuf = s->prebuf;
483 buffer_attributes.minreq = s->minreq;
575 if ((ret = pa_stream_connect_playback(s->stream, s->device, &buffer_attributes,
588 buffer_attributes = *pa_stream_get_buffer_attr(s->stream);
589 s->buffer_size = buffer_attributes.tlength;
590 s->prebuf = buffer_attributes
[all...]

Completed in 37 milliseconds