Searched defs:next_line (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | lrcenc.c | 99 const uint8_t *next_line = memchr(line, '\n', end - line); in lrc_write_packet() local
|
H A D | rtpenc_rfc4175.c | 69 int next_line; in ff_rtp_send_raw_rfc4175() local
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | file_process.py | 57 def next_line(self): member in LinewiseFileProcessor
|
/third_party/curl/lib/ |
H A D | http1.c | 102 static ssize_t next_line(struct h1_req_parser *parser, in next_line() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | cdtoons.c | 64 const uint8_t *next_line = data; in cdtoons_render_sprite() local
|
H A D | vc1dec.c | 211 int next_line; in vc1_draw_sprites() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_estdif.c | 363 const uint8_t *prev_line, *prev2_line, *next_line, *next2_lin in deinterlace_slice() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 675 const GLchar* next_line = strchr(source, '\n'); in printShaderSource() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.cpp | 18476 const GLchar* next_line = strchr(part, '\n'); in printShaderSource() local
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 7656 char *prev_line, *cur_line, *next_line; local
|
Completed in 47 milliseconds