Lines Matching refs:AV_RB16
64 if (buf[0] == 1 && AV_RB16(&buf[20]) > 512) in cdxl_read_probe()
66 if (buf[0] == 0 && AV_RB16(&buf[20]) > 768) in cdxl_read_probe()
72 if (buf[0] == 0 && (!buf[26] || !AV_RB16(&buf[24]))) in cdxl_read_probe()
83 if (AV_RB16(&buf[14]) > 640 || AV_RB16(&buf[16]) > 480 || in cdxl_read_probe()
84 AV_RB16(&buf[14]) == 0 || AV_RB16(&buf[16]) == 0) in cdxl_read_probe()
88 …if (AV_RB32(&buf[2]) <= AV_RB16(&buf[20]) + AV_RB16(&buf[22]) * (1 + !!(buf[1] & 0x10)) + CDXL_HEA… in cdxl_read_probe()
142 width = AV_RB16(&cdxl->header[14]); in cdxl_read_packet()
143 height = AV_RB16(&cdxl->header[16]); in cdxl_read_packet()
144 palette_size = AV_RB16(&cdxl->header[20]); in cdxl_read_packet()
145 audio_size = AV_RB16(&cdxl->header[22]) * channels; in cdxl_read_packet()
146 cdxl->srate = AV_RB16(&cdxl->header[24]); in cdxl_read_packet()