Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp105 MotionCells::performDetectionMotionCells (cv::Mat p_frame, in performDetectionMotionCells() argument
138 frameSize = p_frame.size (); in performDetectionMotionCells()
144 m_pcurFrame = p_frame.clone (); in performDetectionMotionCells()
182 transparencyimg = cv::Mat::zeros (p_frame.size (), p_frame.type ()); in performDetectionMotionCells()
202 cv::rectangle (p_frame, in performDetectionMotionCells()
226 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
272 cv::rectangle (p_frame, in performDetectionMotionCells()
283 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
DMotionCells.h128 int performDetectionMotionCells (cv::Mat p_frame, double p_sensitivity,
/third_party/flutter/glfw/examples/
Dparticles.c91 int p_frame; // Particle physics frame number member
456 thread_sync.p_frame <= thread_sync.d_frame) in draw_particles()
907 thread_sync.p_frame > thread_sync.d_frame) in physics_thread_main()
922 thread_sync.p_frame++; in physics_thread_main()
1038 thread_sync.p_frame = 0; in main()
/third_party/ffmpeg/libavcodec/
Dfic.c38 int p_frame; member
195 tctx->block, &tctx->p_frame)) != 0) in fic_decode_slice()
411 if (ctx->slice_data[slice].p_frame) { in fic_decode_frame()
Divi.h269 AVFrame *p_frame; member
Divi.c1092 av_frame_move_ref(data, ctx->p_frame); in ff_ivi_decode_frame()
1183 av_frame_unref(ctx->p_frame); in ff_ivi_decode_frame()
1184 ff_ivi_decode_frame(avctx, ctx->p_frame, &ctx->got_p_frame, &pkt); in ff_ivi_decode_frame()
1222 av_frame_free(&ctx->p_frame); in ff_ivi_decode_close()
Dindeo4.c698 ctx->p_frame = av_frame_alloc(); in decode_init()
699 if (!ctx->p_frame) in decode_init()