Searched refs:frame_structure (Results 1 – 5 of 5) sorted by relevance
44 self->frame_structure = VA_FRAME_PICTURE; in mix_videoframe_init()201 this_target->frame_structure = this_src->frame_structure; in mix_videoframe_copy()237 && this_first->frame_structure == this_second->frame_structure) { in mix_videoframe_equal()316 guint32 frame_structure) { in mix_videoframe_set_frame_structure() argument318 obj->frame_structure = frame_structure; in mix_videoframe_set_frame_structure()323 guint32* frame_structure) { in mix_videoframe_get_frame_structure() argument324 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, frame_structure); in mix_videoframe_get_frame_structure()325 *frame_structure = obj->frame_structure; in mix_videoframe_get_frame_structure()
75 guint32 frame_structure; // 0: frame, 1: top field, 2: bottom field member141 MIX_RESULT mix_videoframe_set_frame_structure(MixVideoFrame * obj, guint32 frame_structure);142 MIX_RESULT mix_videoframe_get_frame_structure(MixVideoFrame * obj, guint32* frame_structure);
1354 guint32 frame_structure = VA_FRAME_PICTURE; in mix_videofmt_h264_process_decode_picture() local1357 frame_structure = VA_TOP_FIELD; in mix_videofmt_h264_process_decode_picture()1361 frame_structure = VA_BOTTOM_FIELD; in mix_videofmt_h264_process_decode_picture()1363 mix_videoframe_set_frame_structure(frame, frame_structure); in mix_videofmt_h264_process_decode_picture()
1201 guint32 frame_structure = 0; in mix_video_render_default() local1202 mix_videoframe_get_frame_structure(frame, &frame_structure); in mix_video_render_default()1208 va_cliprects, number_of_cliprects, frame_structure); in mix_video_render_default()
510 uint32_t frame_structure =0; in h264_fill_pic_data() local521 frame_structure = pInfo->img.structure; in h264_fill_pic_data()522 if(frame_structure == FRAME) in h264_fill_pic_data()523 frame_structure=0; in h264_fill_pic_data()528 data = PUT_BSD_IMAGE_STRUCTURE_BITS(frame_structure) + in h264_fill_pic_data()