OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bottom_field_flag
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h
87
BOTTOM_FIELD_FLAG
98
uint8_t
bottom_field_flag
:1;
member in struct:_slice_header_t::__anon31136::__anon31137
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h
87
BOTTOM_FIELD_FLAG
98
uint8_t
bottom_field_flag
:1;
member in struct:_slice_header_t::__anon31150::__anon31151
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
254
uint8_t
bottom_field_flag
;
member in struct:pipe_h264_picture_desc
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java
437
public boolean
bottom_field_flag
= false;
field in class:H264TrackImpl.SliceHeader
482
bottom_field_flag
= reader.readBool("SliceHeader:
bottom_field_flag
");
505
",
bottom_field_flag
=" +
bottom_field_flag
+
/hardware/intel/img/psb_video/src/mrst/
psb_H264.c
749
REGIO_WRITE_FIELD_LITE(ctx->reg_PIC0, MSVDX_VEC_H264, CR_VEC_H264_FE_CUR_PIC0,
BOTTOM_FIELD_FLAG
, pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD ? 1 : 0);
914
uint32_t
bottom_field_flag
;
local
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_H264.c
765
REGIO_WRITE_FIELD_LITE(ctx->reg_PIC0, MSVDX_VEC_H264, CR_VEC_H264_FE_CUR_PIC0,
BOTTOM_FIELD_FLAG
, pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD ? 1 : 0);
1059
uint32_t
bottom_field_flag
;
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
394
uint
bottom_field_flag
; /* u(1) */
member in struct:tagSliceHeader
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
669
uint8_t
bottom_field_flag
;
member in struct:old_slice_par
730
uint8_t
bottom_field_flag
;
member in struct:_h264_Slice_Header
901
uint8_t
bottom_field_flag
;
member in struct:_h264_img_par
/hardware/intel/common/libva/va/
va.h
2531
unsigned
bottom_field_flag
: 1;
member in struct:_VAParseSliceHeaderGroupBuffer::__anon31249::__anon31250
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h
2156
OMX_U8
bottom_field_flag
;
member in struct:OMX_TI_VIDEO_H264VDEC_ErrConcealStr
[
all
...]
Completed in 526 milliseconds