Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Diec61883.c75 int max_packets; ///< Max. number of packets in queue member
111 if (dv->packets >= dv->max_packets) { in iec61883_callback()
362 if (!dv->max_packets) in iec61883_read_header()
363 dv->max_packets = 100; in iec61883_read_header()
381 dv->max_packets *= 766; in iec61883_read_header()
492 { "dvbuffer", "set queue buffer size (in packets)", offsetof(struct iec61883_data, max_packets), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h626 __s32 max_packets; member
/third_party/mesa3d/include/CL/
H A Dcl2.hpp5428 * @param max_packets Number of packets that may be stored in the pipe.
5434 cl_uint max_packets, in Pipe()
5440 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error); in Pipe()
5453 * @param max_packets Number of packets that may be stored in the pipe.
5458 cl_uint max_packets, in Pipe()
5466 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error); in Pipe()
5431 Pipe( const Context& context, cl_uint packet_size, cl_uint max_packets, cl_int* err = NULL) Pipe() argument
5456 Pipe( cl_uint packet_size, cl_uint max_packets, cl_int* err = NULL) Pipe() argument

Completed in 19 milliseconds