Searched refs:dst_frame (Results 1 – 2 of 2) sorted by relevance
783 GstVideoFrame src_frame, dst_frame; in gst_mpp_enc_convert() local861 if (gst_video_frame_map (&dst_frame, dst_info, outbuf, GST_MAP_WRITE)) { in gst_mpp_enc_convert()862 if (!gst_video_frame_copy (&dst_frame, &src_frame)) { in gst_mpp_enc_convert()863 gst_video_frame_unmap (&dst_frame); in gst_mpp_enc_convert()867 gst_video_frame_unmap (&dst_frame); in gst_mpp_enc_convert()
252 struct fimc_frame *dst_frame = &ctx->d_frame; in fimc_hw_set_scaler() local293 u32 color = dst_frame->fmt->color; in fimc_hw_set_scaler()