Home
last modified time | relevance | path

Searched refs:nv2 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Droqvideodec.c41 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 Dnghttp2_hd_test.c1022 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 Dnghttp2_session_test.c2984 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