Lines Matching defs:end
48 const uint8_t *ptr = buf, *end = buf + buf_size;
50 while (ptr < end) {
68 const uint8_t *ptr = buf, *end = buf + buf_size;
74 while (ptr < end) {
75 ptr = avpriv_find_start_code(ptr, end, &state);
105 const uint8_t *ptr = buf, *end = buf + buf_size;
112 while (ptr < end) {
113 ptr = avpriv_find_start_code(ptr, end, &state);
152 const uint8_t *ptr = buf, *end = buf + buf_size;
155 while (ptr < end) {
156 ptr = avpriv_find_start_code(ptr, end, &state);
166 const uint8_t *ptr = buf, *end = buf + buf_size;
170 while (ptr < end) {
171 ptr = avpriv_find_start_code(ptr, end, &state);