Lines Matching defs:ptr
41 const uint8_t *ptr = p->buf, *end = ptr + p->buf_size;45 while (ptr < end) {46 ptr = avpriv_find_start_code(ptr, end, &code);50 if (!(ptr[3 + 1 + 2] & 0x20))53 if (ptr[j + 8] & 2)55 if (j >= end - ptr)57 if (ptr[j + 8] & 1)59 if (j >= end - ptr)61 if (AV_RB24(ptr + j + 9) & 0xFFFFFE)