Lines Matching refs:video_frame
881 GstVideoFrame video_frame; in gst_openh264enc_handle_frame() local
951 gst_video_frame_map (&video_frame, &openh264enc->input_state->info, in gst_openh264enc_handle_frame()
953 src_pic->iPicWidth = GST_VIDEO_FRAME_WIDTH (&video_frame); in gst_openh264enc_handle_frame()
954 src_pic->iPicHeight = GST_VIDEO_FRAME_HEIGHT (&video_frame); in gst_openh264enc_handle_frame()
955 src_pic->iStride[0] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 0); in gst_openh264enc_handle_frame()
956 src_pic->iStride[1] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 1); in gst_openh264enc_handle_frame()
957 src_pic->iStride[2] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 2); in gst_openh264enc_handle_frame()
958 src_pic->pData[0] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 0); in gst_openh264enc_handle_frame()
959 src_pic->pData[1] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 1); in gst_openh264enc_handle_frame()
960 src_pic->pData[2] = GST_VIDEO_FRAME_COMP_DATA (&video_frame, 2); in gst_openh264enc_handle_frame()
974 gst_video_frame_unmap (&video_frame); in gst_openh264enc_handle_frame()
987 gst_video_frame_unmap (&video_frame); in gst_openh264enc_handle_frame()
996 gst_video_frame_unmap (&video_frame); in gst_openh264enc_handle_frame()