Searched defs:frame_structure (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoframe.h75 guint32 frame_structure; // 0: frame, 1: top field, 2: bottom field member in struct:_MixVideoFrame
141 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);
H A Dmixvideoframe.c44 self->frame_structure = VA_FRAME_PICTURE;
201 this_target->frame_structure = this_src->frame_structure;
237 && this_first->frame_structure == this_second->frame_structure) {
316 guint32 frame_structure) {
318 obj->frame_structure = frame_structure;
323 guint32* frame_structure) {
324 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, frame_structure);
315 mix_videoframe_set_frame_structure(MixVideoFrame * obj, guint32 frame_structure) argument
322 mix_videoframe_get_frame_structure(MixVideoFrame * obj, guint32* frame_structure) argument
[all...]
H A Dmixvideo.c1201 guint32 frame_structure = 0; local
1202 mix_videoframe_get_frame_structure(frame, &frame_structure);
1208 va_cliprects, number_of_cliprects, frame_structure);
H A Dmixvideoformat_h264.c1354 guint32 frame_structure = VA_FRAME_PICTURE; local
1357 frame_structure = VA_TOP_FIELD;
1361 frame_structure = VA_BOTTOM_FIELD;
1363 mix_videoframe_set_frame_structure(frame, frame_structure);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_workload.c510 uint32_t frame_structure =0; local
521 frame_structure = pInfo->img.structure;
522 if(frame_structure == FRAME)
523 frame_structure=0;
528 data = PUT_BSD_IMAGE_STRUCTURE_BITS(frame_structure) +

Completed in 279 milliseconds