Lines Matching defs:mode
310 int mode = RTMP_PS_TWELVEBYTES;
341 mode = RTMP_PS_FOURBYTES;
343 mode = RTMP_PS_ONEBYTE;
345 mode = RTMP_PS_EIGHTBYTES;
350 bytestream_put_byte(&p, pkt->channel_id | (mode << 6));
352 bytestream_put_byte(&p, 0 | (mode << 6));
355 bytestream_put_byte(&p, 1 | (mode << 6));
358 if (mode != RTMP_PS_ONEBYTE) {
360 if (mode != RTMP_PS_FOURBYTES) {
363 if (mode == RTMP_PS_TWELVEBYTES)