Searched refs:mpLastPixbuf (Results 1 – 2 of 2) sorted by relevance
47 mpLastPixbuf( NULL ), in FrameGrabber()62 if( mpLastPixbuf ) in ~FrameGrabber()64 g_object_unref( mpLastPixbuf ); in ~FrameGrabber()65 mpLastPixbuf = NULL; in ~FrameGrabber()149 if( mpLastPixbuf ) in busCallback()151 g_object_unref( mpLastPixbuf ); in busCallback()152 mpLastPixbuf = NULL; in busCallback()155 … mpLastPixbuf = GDK_PIXBUF( g_value_dup_object( gst_structure_get_value( pStruct, "pixbuf" ) ) ); in busCallback()205 …OSL_ENSURE( g_atomic_pointer_get( &mpLastPixbuf ), "FrameGrabber timed out without receiving a Pix… in grabFrame()207 if( g_atomic_pointer_get( &mpLastPixbuf ) ) in grabFrame()[all …]
74 GdkPixbuf* mpLastPixbuf; member in avmedia::gst::FrameGrabber