Lines Matching refs:AV_RL16
300 chunk_size = AV_RL16(&chunk_preamble[0]);
301 chunk_type = AV_RL16(&chunk_preamble[2]);
351 opcode_size = AV_RL16(&opcode_preamble[0]);
389 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
404 s->audio_sample_rate = AV_RL16(&scratch[4]);
405 audio_flags = AV_RL16(&scratch[2]);
443 width = AV_RL16(&scratch[0]) * 8;
444 height = AV_RL16(&scratch[2]) * 8;
453 if (opcode_version < 2 || !AV_RL16(&scratch[6])) {
515 first_color = AV_RL16(&scratch[0]);
516 last_color = first_color + AV_RL16(&scratch[2]) - 1;
641 chunk_type = AV_RL16(&chunk_preamble[2]);