Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
H A Dqsvdec.c64 AVPacket *pkt, AVIOContext *output_ctx) in decode_packet()
96 avio_write(output_ctx, sw_frame->data[i] + j * sw_frame->linesize[i], sw_frame->width); in decode_packet()
119 AVIOContext *output_ctx = NULL; in main() local
195 ret = avio_open(&output_ctx, argv[2], AVIO_FLAG_WRITE); in main()
216 ret = decode_packet(decoder_ctx, frame, sw_frame, pkt, output_ctx); in main()
222 ret = decode_packet(decoder_ctx, frame, sw_frame, NULL, output_ctx); in main()
241 avio_close(output_ctx); in main()
62 decode_packet(AVCodecContext *decoder_ctx, AVFrame *frame, AVFrame *sw_frame, AVPacket *pkt, AVIOContext *output_ctx) decode_packet() argument
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2241 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0); in stbtt__GetGlyphShapeT2() local
2244 output_ctx.pvertices = *pvertices; in stbtt__GetGlyphShapeT2()
2245 if (stbtt__run_charstring(info, glyph_index, &output_ctx)) { in stbtt__GetGlyphShapeT2()
2246 STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices); in stbtt__GetGlyphShapeT2()
2247 return output_ctx.num_vertices; in stbtt__GetGlyphShapeT2()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2241 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0); in stbtt__GetGlyphShapeT2() local
2244 output_ctx.pvertices = *pvertices; in stbtt__GetGlyphShapeT2()
2245 if (stbtt__run_charstring(info, glyph_index, &output_ctx)) { in stbtt__GetGlyphShapeT2()
2246 STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices); in stbtt__GetGlyphShapeT2()
2247 return output_ctx.num_vertices; in stbtt__GetGlyphShapeT2()

Completed in 17 milliseconds