Home
last modified time | relevance | path

Searched refs:size_code (Results 1 – 25 of 137) sorted by relevance

123456

/dports/emulators/mess/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.h64 enum size_code : unsigned enum
83 void read_i(size_code code) { access = READ; size = code; } in read_i()
84 void read_f(size_code code) { access = READ; size = code; slave = true; } in read_f()
85 void write_i(size_code code) { access = WRITE; size = code; } in write_i()
86 void write_f(size_code code) { access = WRITE; size = code; slave = true; } in write_f()
87 void rmw_i(size_code code) { access = RMW; size = code; } in rmw_i()
88 void rmw_f(size_code code) { access = RMW; size = code; slave = true; } in rmw_f()
95 size_code size;
/dports/emulators/mame/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.h64 enum size_code : unsigned enum
83 void read_i(size_code code) { access = READ; size = code; } in read_i()
84 void read_f(size_code code) { access = READ; size = code; slave = true; } in read_f()
85 void write_i(size_code code) { access = WRITE; size = code; } in write_i()
86 void write_f(size_code code) { access = WRITE; size = code; slave = true; } in write_f()
87 void rmw_i(size_code code) { access = RMW; size = code; } in rmw_i()
88 void rmw_f(size_code code) { access = RMW; size = code; slave = true; } in rmw_f()
95 size_code size;
/dports/emulators/mtools/mtools-4.0.26/
H A Dminfo.c127 int size_code; in minfo() local
197 size_code=2; in minfo()
200 size_code = i; in minfo()
210 size_code=2; in minfo()
224 if(size_code != 2) in minfo()
225 printf("-S %d ",size_code); in minfo()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/audio/gstreamer1-plugins-gme/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstvp8parser.c319 guint16 size_code; in parse_uncompressed_data_chunk() local
337 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()
339 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()
340 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()
342 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()
345 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()
346 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()

123456