Lines Matching refs:frame_hdr
92 GstBaseParseFrame * frame, GstVp9FrameHdr * frame_hdr);
343 gst_vp9_parse_process_frame (GstVp9Parse * self, GstVp9FrameHdr * frame_hdr) in gst_vp9_parse_process_frame() argument
349 if (frame_hdr->frame_type != GST_VP9_KEY_FRAME || in gst_vp9_parse_process_frame()
350 frame_hdr->show_existing_frame) { in gst_vp9_parse_process_frame()
356 width = frame_hdr->width; in gst_vp9_parse_process_frame()
357 height = frame_hdr->height; in gst_vp9_parse_process_frame()
358 if (frame_hdr->display_size_enabled && in gst_vp9_parse_process_frame()
359 frame_hdr->display_width > 0 && frame_hdr->display_height) { in gst_vp9_parse_process_frame()
360 width = frame_hdr->display_width; in gst_vp9_parse_process_frame()
361 height = frame_hdr->display_height; in gst_vp9_parse_process_frame()
399 if (frame_hdr->profile != GST_VP9_PROFILE_UNDEFINED && in gst_vp9_parse_process_frame()
400 frame_hdr->profile != self->profile) { in gst_vp9_parse_process_frame()
402 frame_hdr->profile); in gst_vp9_parse_process_frame()
403 self->profile = frame_hdr->profile; in gst_vp9_parse_process_frame()
429 GstVp9FrameHdr frame_hdr; in gst_vp9_parse_handle_frame() local
468 &frame_hdr, map.data + offset, frame_size); in gst_vp9_parse_handle_frame()
475 gst_vp9_parse_process_frame (self, &frame_hdr); in gst_vp9_parse_handle_frame()
491 gst_vp9_parse_parse_frame (self, &subframe, &frame_hdr); in gst_vp9_parse_handle_frame()
506 gst_vp9_parse_parse_frame (self, frame, &frame_hdr); in gst_vp9_parse_handle_frame()
707 GstVp9FrameHdr * frame_hdr) in gst_vp9_parse_parse_frame() argument
715 if (frame_hdr->frame_type == GST_VP9_KEY_FRAME) in gst_vp9_parse_parse_frame()
721 if (!frame_hdr->show_frame) in gst_vp9_parse_parse_frame()