Home
last modified time | relevance | path

Searched refs:oframe (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_frame_test.c74 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() local
105 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers()
110 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers()
112 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers()
122 nghttp2_frame_headers_free(&oframe, mem); in test_nghttp2_frame_pack_headers()
126 memset(&oframe, 0, sizeof(oframe)); in test_nghttp2_frame_pack_headers()
135 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers()
141 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers()
143 CU_ASSERT(1000000009 == oframe.pri_spec.stream_id); in test_nghttp2_frame_pack_headers()
144 CU_ASSERT(12 == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers()
[all …]
Dfailmalloc_test.c397 nghttp2_frame frame, oframe; in run_nghttp2_frame_pack_headers() local
430 rv = unpack_framebuf(&oframe, &bufs); in run_nghttp2_frame_pack_headers()
434 nghttp2_frame_headers_free(&oframe.headers, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers()
447 nghttp2_frame frame, oframe; in run_nghttp2_frame_pack_settings() local
481 &oframe.settings.iv, &oframe.settings.niv, buf->pos + NGHTTP2_FRAME_HDLEN, in run_nghttp2_frame_pack_settings()
487 nghttp2_frame_settings_free(&oframe.settings, nghttp2_mem_fm()); in run_nghttp2_frame_pack_settings()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c390 GstVideoFrame * oframe, GstMask * mask, gint border, gint pos) in gst_smpte_blend_i420() argument
410 out = GST_VIDEO_FRAME_COMP_DATA (oframe, 0); in gst_smpte_blend_i420()
416 outu = GST_VIDEO_FRAME_COMP_DATA (oframe, 1); in gst_smpte_blend_i420()
417 outv = GST_VIDEO_FRAME_COMP_DATA (oframe, 2); in gst_smpte_blend_i420()
437 out += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 0); in gst_smpte_blend_i420()
444 outu += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 1); in gst_smpte_blend_i420()
445 outv += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 2); in gst_smpte_blend_i420()
458 GstVideoFrame frame1, frame2, oframe; in gst_smpte_collected() local
528 gst_video_frame_map (&oframe, &smpte->vinfo1, outbuf, GST_MAP_WRITE); in gst_smpte_collected()
529 gst_smpte_blend_i420 (&frame1, &frame2, &oframe, smpte->mask, smpte->border, in gst_smpte_collected()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c688 GstVideoFrame iframe, oframe; in gst_y4m_dec_chain() local
703 gst_video_frame_map (&oframe, &y4mdec->out_info, outbuf, GST_MAP_WRITE); in gst_y4m_dec_chain()
709 ostride = GST_VIDEO_FRAME_COMP_STRIDE (&oframe, i); in gst_y4m_dec_chain()
711 dest = GST_VIDEO_FRAME_COMP_DATA (&oframe, i); in gst_y4m_dec_chain()
722 gst_video_frame_unmap (&oframe); in gst_y4m_dec_chain()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c3119 GstVideoCodecFrame *oframe = NULL; in gst_video_decoder_prepare_finish_frame() local
3133 oframe = tmp; in gst_video_decoder_prepare_finish_frame()
3137 if (oframe && oframe != frame) { in gst_video_decoder_prepare_finish_frame()
3138 oframe->abidata.ABI.ts = frame->abidata.ABI.ts; in gst_video_decoder_prepare_finish_frame()
3167 oframe = tmp; in gst_video_decoder_prepare_finish_frame()
3171 if (oframe && oframe != frame) { in gst_video_decoder_prepare_finish_frame()
3172 oframe->abidata.ABI.ts2 = frame->abidata.ABI.ts2; in gst_video_decoder_prepare_finish_frame()
Dgstvideoencoder.c2325 GstVideoCodecFrame *oframe = NULL; in gst_video_encoder_infer_dts_unlocked() local
2339 oframe = tmp; in gst_video_encoder_infer_dts_unlocked()
2343 if (oframe && oframe != frame) { in gst_video_encoder_infer_dts_unlocked()
2344 oframe->abidata.ABI.ts = frame->abidata.ABI.ts; in gst_video_encoder_infer_dts_unlocked()