OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_structure
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideoframe.c
44
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
);
[
all
...]
mixvideoframe.h
75
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
);
mixvideoformat_h264.c
1354
guint32
frame_structure
= VA_FRAME_PICTURE;
local
[
all
...]
mixvideo.c
1201
guint32
frame_structure
= 0;
local
1202
mix_videoframe_get_frame_structure(frame, &
frame_structure
);
1208
va_cliprects, number_of_cliprects,
frame_structure
);
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_workload.c
510
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
) +
[
all
...]
Completed in 566 milliseconds