Searched refs:frame_packing (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264enc.c | 318 if (thiz->frame_packing != GST_VIDEO_MULTIVIEW_MODE_NONE) { in gst_msdkh264enc_set_format() 319 mode = (GstVideoMultiviewMode) thiz->frame_packing; in gst_msdkh264enc_set_format() 327 GstH264FramePacking *frame_packing; in gst_msdkh264enc_set_format() local 339 frame_packing = &sei.payload.frame_packing; in gst_msdkh264enc_set_format() 340 frame_packing->frame_packing_id = 0; in gst_msdkh264enc_set_format() 341 frame_packing->frame_packing_cancel_flag = 0; in gst_msdkh264enc_set_format() 342 frame_packing->frame_packing_type = in gst_msdkh264enc_set_format() 347 frame_packing->quincunx_sampling_flag = 0; in gst_msdkh264enc_set_format() 350 frame_packing->content_interpretation_type = 1; in gst_msdkh264enc_set_format() 352 frame_packing->spatial_flipping_flag = 0; in gst_msdkh264enc_set_format() [all …]
|
D | gstmsdkh264enc.h | 67 gint frame_packing; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.c | 1143 GstH264FramePacking * frame_packing, NalReader * nr, guint payload_size) in gst_h264_parser_parse_frame_packing() argument 1151 READ_UE (nr, frame_packing->frame_packing_id); in gst_h264_parser_parse_frame_packing() 1152 READ_UINT8 (nr, frame_packing->frame_packing_cancel_flag, 1); in gst_h264_parser_parse_frame_packing() 1154 if (!frame_packing->frame_packing_cancel_flag) { in gst_h264_parser_parse_frame_packing() 1155 READ_UINT8 (nr, frame_packing->frame_packing_type, 7); in gst_h264_parser_parse_frame_packing() 1156 READ_UINT8 (nr, frame_packing->quincunx_sampling_flag, 1); in gst_h264_parser_parse_frame_packing() 1157 READ_UINT8 (nr, frame_packing->content_interpretation_type, 6); in gst_h264_parser_parse_frame_packing() 1158 READ_UINT8 (nr, frame_packing->spatial_flipping_flag, 1); in gst_h264_parser_parse_frame_packing() 1159 READ_UINT8 (nr, frame_packing->frame0_flipped_flag, 1); in gst_h264_parser_parse_frame_packing() 1160 READ_UINT8 (nr, frame_packing->field_views_flag, 1); in gst_h264_parser_parse_frame_packing() [all …]
|
D | gsth264parser.h | 1198 GstH264FramePacking frame_packing; member
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.c | 748 sei.payload.frame_packing.frame_packing_id, in gst_h264_parse_process_sei() 749 sei.payload.frame_packing.frame_packing_cancel_flag, in gst_h264_parse_process_sei() 750 sei.payload.frame_packing.frame_packing_type, in gst_h264_parse_process_sei() 751 sei.payload.frame_packing.quincunx_sampling_flag, in gst_h264_parse_process_sei() 752 sei.payload.frame_packing.content_interpretation_type, in gst_h264_parse_process_sei() 753 sei.payload.frame_packing.spatial_flipping_flag, in gst_h264_parse_process_sei() 754 sei.payload.frame_packing.frame0_flipped_flag, in gst_h264_parse_process_sei() 755 sei.payload.frame_packing.field_views_flag, in gst_h264_parse_process_sei() 756 sei.payload.frame_packing.current_frame_is_frame0_flag, in gst_h264_parse_process_sei() 757 sei.payload.frame_packing.frame0_self_contained_flag, in gst_h264_parse_process_sei() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_sei.h | 112 HEVCSEIFramePacking frame_packing; member
|
D | h264_sei.h | 175 H264SEIFramePacking frame_packing; member
|
D | h264_sei.c | 51 h->frame_packing.present = 0; in ff_h264_sei_uninit() 463 ret = decode_frame_packing_arrangement(&h->frame_packing, &gb_payload); in ff_h264_sei_decode()
|
D | hevcdec.c | 2714 if (s->sei.frame_packing.present && in set_side_data() 2715 s->sei.frame_packing.arrangement_type >= 3 && in set_side_data() 2716 s->sei.frame_packing.arrangement_type <= 5 && in set_side_data() 2717 s->sei.frame_packing.content_interpretation_type > 0 && in set_side_data() 2718 s->sei.frame_packing.content_interpretation_type < 3) { in set_side_data() 2723 switch (s->sei.frame_packing.arrangement_type) { in set_side_data() 2725 if (s->sei.frame_packing.quincunx_subsampling) in set_side_data() 2738 if (s->sei.frame_packing.content_interpretation_type == 2) in set_side_data() 2741 if (s->sei.frame_packing.arrangement_type == 5) { in set_side_data() 2742 if (s->sei.frame_packing.current_frame_is_frame0_flag) in set_side_data() [all …]
|
D | hevc_sei.c | 406 return decode_nal_sei_frame_packing_arrangement(&s->frame_packing, gb); in decode_nal_sei_prefix()
|
D | h264dec.c | 294 h->sei.frame_packing.arrangement_cancel_flag = -1; in h264_init_context() 833 av_dict_set(&dst->metadata, "stereo_mode", ff_h264_sei_stereo_mode(&h->sei.frame_packing), 0); in output_frame()
|
D | h264_slice.c | 1224 if (h->sei.frame_packing.present && in h264_export_frame_props() 1225 h->sei.frame_packing.arrangement_type <= 6 && in h264_export_frame_props() 1226 h->sei.frame_packing.content_interpretation_type > 0 && in h264_export_frame_props() 1227 h->sei.frame_packing.content_interpretation_type < 3) { in h264_export_frame_props() 1228 H264SEIFramePacking *fp = &h->sei.frame_packing; in h264_export_frame_props()
|
D | h264_parser.c | 265 p->sei.frame_packing.arrangement_cancel_flag = -1; in parse_nal_units()
|