Lines Matching defs:bufp
4074 const uint8_t *bufp = p->buf;
4083 for (; bufp < end;) {
4084 if (!((bufp[13] - 1) & 0xF2)){
4085 if (AV_RN32(bufp ) == AV_RN32(mxf_header_partition_pack_key ) &&
4086 AV_RN32(bufp+ 4) == AV_RN32(mxf_header_partition_pack_key+ 4) &&
4087 AV_RN32(bufp+ 8) == AV_RN32(mxf_header_partition_pack_key+ 8) &&
4088 AV_RN16(bufp+12) == AV_RN16(mxf_header_partition_pack_key+12))
4089 return bufp == p->buf ? AVPROBE_SCORE_MAX : AVPROBE_SCORE_MAX - 1;
4090 bufp ++;
4092 bufp += 10;