/third_party/ffmpeg/libavcodec/ |
D | h265_metadata_bsf.c | 344 int pic_type = 0, temporal_id = 8, layer_id = 0; in h265_metadata_update_fragment() local 357 pic_type < 2) in h265_metadata_update_fragment() 358 pic_type = 2; in h265_metadata_update_fragment() 360 pic_type < 1) in h265_metadata_update_fragment() 361 pic_type = 1; in h265_metadata_update_fragment() 370 aud->pic_type = pic_type; in h265_metadata_update_fragment()
|
D | vaapi_encode_h265.c | 52 int pic_type; member 704 hpic->pic_type = 0; in vaapi_encode_h265_init_picture_params() 712 hpic->pic_type = 0; in vaapi_encode_h265_init_picture_params() 717 hpic->pic_type = 1; in vaapi_encode_h265_init_picture_params() 733 hpic->pic_type = 2; in vaapi_encode_h265_init_picture_params() 746 .pic_type = hpic->pic_type, in vaapi_encode_h265_init_picture_params()
|
D | libsvtav1.c | 425 switch (headerPtr->pic_type) { in eb_receive_packet() 440 if (headerPtr->pic_type == EB_AV1_NON_REF_PICTURE) in eb_receive_packet()
|
D | cbs_h265.h | 440 uint8_t pic_type; member
|
D | cbs_h265_syntax_template.c | 1165 u(3, pic_type, 0, 2); in FUNC()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.c | 832 if (!gst_bit_reader_get_bits_uint8 (&br, (guint8 *) & hdr->pic_type, 3)) in gst_mpeg_video_packet_parse_picture_header() 836 if (hdr->pic_type == 0 || hdr->pic_type > 4) in gst_mpeg_video_packet_parse_picture_header() 843 if (hdr->pic_type == GST_MPEG_VIDEO_PICTURE_TYPE_P in gst_mpeg_video_packet_parse_picture_header() 844 || hdr->pic_type == GST_MPEG_VIDEO_PICTURE_TYPE_B) { in gst_mpeg_video_packet_parse_picture_header() 855 if (hdr->pic_type == GST_MPEG_VIDEO_PICTURE_TYPE_B) { in gst_mpeg_video_packet_parse_picture_header() 869 GST_WARNING ("Unsupported picture type : %d", hdr->pic_type); in gst_mpeg_video_packet_parse_picture_header()
|
D | gstmpegvideoparser.h | 393 guint8 pic_type; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc_3_0.c | 91 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture0.pic_type); in radeon_enc_encode_params_h264() 96 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture1.pic_type); in radeon_enc_encode_params_h264() 101 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l1_reference_picture0.pic_type); in radeon_enc_encode_params_h264()
|
D | radeon_uvd_enc_1_1.c | 861 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I; in radeon_uvd_enc_encode_params_hevc() 864 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P; in radeon_uvd_enc_encode_params_hevc() 867 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_P_SKIP; in radeon_uvd_enc_encode_params_hevc() 870 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_B; in radeon_uvd_enc_encode_params_hevc() 873 enc->enc_pic.enc_params.pic_type = RENC_UVD_PICTURE_TYPE_I; in radeon_uvd_enc_encode_params_hevc() 889 if (enc->enc_pic.enc_params.pic_type == RENC_UVD_PICTURE_TYPE_I) in radeon_uvd_enc_encode_params_hevc() 897 RADEON_ENC_CS(enc->enc_pic.enc_params.pic_type); in radeon_uvd_enc_encode_params_hevc()
|
D | radeon_vcn_enc.h | 273 unsigned int pic_type; member 280 uint32_t pic_type; member
|
D | radeon_vcn_enc_1_2.c | 1142 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I; in radeon_enc_encode_params() 1145 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P; in radeon_enc_encode_params() 1148 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P_SKIP; in radeon_enc_encode_params() 1151 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_B; in radeon_enc_encode_params() 1154 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I; in radeon_enc_encode_params() 1168 RADEON_ENC_CS(enc->enc_pic.enc_params.pic_type); in radeon_enc_encode_params()
|
D | radeon_uvd_enc.h | 247 uint32_t pic_type; member
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmpeg.c | 463 guint8 pic_type = 0; in mxf_mpeg_is_mpeg2_keyframe() local 468 if (!gst_byte_reader_get_uint8 (&reader, &pic_type)) in mxf_mpeg_is_mpeg2_keyframe() 471 pic_type = (pic_type >> 3) & 0x07; in mxf_mpeg_is_mpeg2_keyframe() 472 if (pic_type == 0x01) { in mxf_mpeg_is_mpeg2_keyframe() 509 guint8 pic_type = 0; in mxf_mpeg_is_mpeg4_keyframe() local 511 if (!gst_byte_reader_get_uint8 (&reader, &pic_type)) in mxf_mpeg_is_mpeg4_keyframe() 514 pic_type = (pic_type >> 6) & 0x03; in mxf_mpeg_is_mpeg4_keyframe() 515 if (pic_type == 0) { in mxf_mpeg_is_mpeg4_keyframe()
|
/third_party/ffmpeg/libavformat/ |
D | id3v2.c | 617 int enc, pic_type; in read_apic() local 666 pic_type = avio_r8(pb); in read_apic() 668 if (pic_type < 0 || pic_type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) { in read_apic() 670 pic_type); in read_apic() 671 pic_type = 0; in read_apic() 673 apic->type = ff_id3v2_picture_types[pic_type]; in read_apic()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | id3v2frames.c | 572 guint8 txt_encoding, pic_type; in parse_picture_frame() local 607 pic_type = work->parse_data[0]; in parse_picture_frame() 612 GST_LOG ("APIC frame picture type : 0x%02x", (guint) pic_type); in parse_picture_frame() 638 work->parse_size, pic_type)) { in parse_picture_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpegvideoparse.c | 580 "frame of size %d", mpvparse->pichdr.pic_type, in gst_mpegv_parse_process_sc() 581 picture_type_name (mpvparse->pichdr.pic_type), off - 4); in gst_mpegv_parse_process_sc() 931 if (G_UNLIKELY (mpvparse->pichdr.pic_type == GST_MPEG_VIDEO_PICTURE_TYPE_I)) in gst_mpegv_parse_parse_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvampeg2dec.c | 457 .picture_coding_type = slice->pic_hdr->pic_type, in gst_va_mpeg2_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstmpeg2decoder.c | 912 picture->type = priv->pic_hdr.pic_type; in gst_mpeg2_decoder_ensure_current_picture()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 194952 vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME
|