Searched refs:nv1 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideodec.c | 41 int i, j, k, nv1, nv2, vqflg = 0, vqflg_pos = -1; in roqvideo_decode_frame() local 54 if((nv1 = chunk_arg >> 8) == 0) in roqvideo_decode_frame() 55 nv1 = 256; in roqvideo_decode_frame() 56 if((nv2 = chunk_arg & 0xff) == 0 && nv1 * 6 < chunk_size) in roqvideo_decode_frame() 58 for(i = 0; i < nv1; i++) { in roqvideo_decode_frame()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1005 nghttp2_nv nv1[] = { in test_nghttp2_hd_deflate_inflate() local 1145 check_deflate_inflate(&deflater, &inflater, nv1, ARRLEN(nv1), mem); in test_nghttp2_hd_deflate_inflate()
|
H A D | nghttp2_session_test.c | 2983 const nghttp2_nv nv1[] = {MAKE_NV(":method", "GET"), MAKE_NV(":path", "/")}; in test_nghttp2_session_continue() local 3018 nvlen = ARRLEN(nv1); in test_nghttp2_session_continue() 3019 nghttp2_nv_array_copy(&nva, nv1, nvlen, mem); in test_nghttp2_session_continue() 3068 CU_ASSERT(nghttp2_nv_equal(&nv1[0], &user_data.nv)); in test_nghttp2_session_continue() 3082 CU_ASSERT(nghttp2_nv_equal(&nv1[1], &user_data.nv)); in test_nghttp2_session_continue()
|
Completed in 16 milliseconds