OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_field_type
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h
262
bottom_field_type
contains the field type for the bottom field for interlaced frames.
268
viddec_frame_type_t
bottom_field_type
;
member in struct:viddec_frame_attributes
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_workload.c
160
attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_INVALID;
178
case FRAME_TYPE_IDR: attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_IDR; break;
179
case FRAME_TYPE_I: attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_I; break;
180
case FRAME_TYPE_P: attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_P; break;
181
case FRAME_TYPE_B: attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_B; break;
182
default: attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_INVALID; break;
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_workload.c
58
attrs->
bottom_field_type
= vc1_populate_frame_type(info->picLayerHeader.PTypeField2);
61
attrs->
bottom_field_type
= VIDDEC_FRAME_TYPE_INVALID; //unknown
Completed in 1037 milliseconds