Searched refs:nv2 (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 56 if((nv2 = chunk_arg & 0xff) == 0 && nv1 * 6 < chunk_size) in roqvideo_decode_frame() 57 nv2 = 256; in roqvideo_decode_frame() 66 for(i = 0; i < nv2; i++) in roqvideo_decode_frame()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1022 nghttp2_nv nv2[] = { in test_nghttp2_hd_deflate_inflate() local 1146 check_deflate_inflate(&deflater, &inflater, nv2, ARRLEN(nv2), mem); in test_nghttp2_hd_deflate_inflate()
|
H A D | nghttp2_session_test.c | 2984 const nghttp2_nv nv2[] = {MAKE_NV("user-agent", "nghttp2/1.0.0"), in test_nghttp2_session_continue() local 3035 nvlen = ARRLEN(nv2); in test_nghttp2_session_continue() 3036 nghttp2_nv_array_copy(&nva, nv2, nvlen, mem); in test_nghttp2_session_continue() 3100 CU_ASSERT(nghttp2_nv_equal(&nv2[0], &user_data.nv)); in test_nghttp2_session_continue() 3114 CU_ASSERT(nghttp2_nv_equal(&nv2[1], &user_data.nv)); in test_nghttp2_session_continue()
|
Completed in 19 milliseconds