Home
last modified time | relevance | path

Searched refs:pic_structure (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c53 int pic_structure) in vdpau_h264_set_rf()
57 if (pic_structure == 0) in vdpau_h264_set_rf()
58 pic_structure = pic->reference; in vdpau_h264_set_rf()
62 rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0; in vdpau_h264_set_rf()
63 rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0; in vdpau_h264_set_rf()
52 vdpau_h264_set_rf(VdpReferenceFrameH264 *rf, H264Picture *pic, int pic_structure) vdpau_h264_set_rf() argument
H A Dvaapi_h264.c52 * @param[in] pic_structure The picture field type (as defined in mpegvideo.h),
57 int pic_structure) in fill_vaapi_pic()
59 if (pic_structure == 0) in fill_vaapi_pic()
60 pic_structure = pic->reference; in fill_vaapi_pic()
61 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */ in fill_vaapi_pic()
67 if (pic_structure != PICT_FRAME) in fill_vaapi_pic()
68 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD; in fill_vaapi_pic()
55 fill_vaapi_pic(VAPictureH264 *va_pic, const H264Picture *pic, int pic_structure) fill_vaapi_pic() argument
H A Dcavsdec.c948 (!h->pic_structure && h->mby >= h->mb_width / 2)) in decode_slice_header()
1062 h->pic_structure = 1; in decode_pic()
1064 h->pic_structure = get_bits1(&h->gb); in decode_pic()
1065 if (!h->pic_structure && h->stc == PIC_PB_START_CODE) in decode_pic()
1073 if (!h->progressive && !h->pic_structure) in decode_pic()
1077 if (!(h->cur.f->pict_type == AV_PICTURE_TYPE_B && h->pic_structure == 1)) in decode_pic()
H A Dh264_refs.c300 int list, index, pic_structure; in ff_h264_build_ref_list() local
335 frame_num = pic_num_extract(h, pred, &pic_structure); in ff_h264_build_ref_list()
342 (ref->reference & pic_structure)) in ff_h264_build_ref_list()
353 long_idx = pic_num_extract(h, pic_id, &pic_structure); in ff_h264_build_ref_list()
362 if (ref && (ref->reference & pic_structure)) { in ff_h264_build_ref_list()
393 pic_as_field(&sl->ref_list[list][index], pic_structure); in ff_h264_build_ref_list()
H A Dcavs.h183 int pic_structure; member
/third_party/mesa3d/src/amd/common/
H A Dac_uvd_dec.h258 uint32_t pic_structure; member
281 uint8_t pic_structure; member
H A Dac_vcn_dec.h635 unsigned int pic_structure; member
664 unsigned char pic_structure; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.h259 uint32_t pic_structure; member
282 uint8_t pic_structure; member
H A Dradeon_uvd.c589 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c896 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
H A Dradeon_vcn_dec.c1512 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()

Completed in 23 milliseconds