Home
last modified time | relevance | path

Searched refs:showFrame (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.h129 -(void) showFrame: (GstBufferObject*) buf;
Dosxvideosink.m439 @selector(showFrame:), bufferobject, NO);
856 - (void) showFrame: (GstBufferObject *) object function
/third_party/skia/samplecode/
DSamplePath.cpp602 void showFrame(SkCanvas* canvas, const SkPoint pts[], int count, const SkPaint& p) { in showFrame() function in CubicCurve2
708 this->showFrame(canvas, fPts, 3, paint); in onDrawContent()
709 this->showFrame(canvas, fQuad, 2, paint); in onDrawContent()
/third_party/ffmpeg/libavcodec/
Dnvdec_vp9.c68 .showFrame = !h->h.invisible, in nvdec_vp9_start_frame()
Dvdpau_vp9.c68 info->showFrame = !h->h.invisible; in vdpau_vp9_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h666 unsigned short showFrame : 1; member
Dgstnvvp9dec.c440 vp9_params->showFrame = frame_hdr->show_frame; in gst_nv_vp9_dec_decode_picture()