OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_for_top_to_bottom_field
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libva/va/
va_enc_h264.h
209
int
offset_for_top_to_bottom_field
;
member in struct:_VAEncSequenceParameterBufferH264
/external/chromium_org/content/common/gpu/media/
h264_parser.h
71
int
offset_for_top_to_bottom_field
;
member in struct:content::H264SPS
vaapi_h264_decoder.cc
652
sps->
offset_for_top_to_bottom_field
+
659
sps->
offset_for_top_to_bottom_field
+
[
all
...]
h264_parser.cc
637
READ_SE_OR_RETURN(&sps->
offset_for_top_to_bottom_field
);
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java
63
public int
offset_for_top_to_bottom_field
;
field in class:SeqParameterSet
127
sps.
offset_for_top_to_bottom_field
= reader
128
.readSE("SPS:
offset_for_top_to_bottom_field
");
365
writer.writeSE(
offset_for_top_to_bottom_field
,
366
"SPS:
offset_for_top_to_bottom_field
");
541
", \n
offset_for_top_to_bottom_field
=" +
offset_for_top_to_bottom_field
+
/external/chromium_org/media/mp2t/
es_parser_h264.cc
381
// Note: |offset_for_non_ref_pic| and |
offset_for_top_to_bottom_field
|
385
uint32
offset_for_top_to_bottom_field
;
local
389
RCHECK(bit_reader.ReadBitsExpGolomb(&
offset_for_top_to_bottom_field
));
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
186
M4OSA_Int32
offset_for_top_to_bottom_field
;
member in struct:__anon32053
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
63
status = se_v(stream, seqParam->
offset_for_top_to_bottom_field
); /* upto 32 bits */
799
video->BottomFieldOrderCnt = video->TopFieldOrderCnt + currSPS->
offset_for_top_to_bottom_field
+ sliceHdr->delta_pic_order_cnt[1];
810
video->BottomFieldOrderCnt = video->expectedPicOrderCnt + currSPS->
offset_for_top_to_bottom_field
+ sliceHdr->delta_pic_order_cnt[0];
[
all
...]
init.cpp
123
seqParam->
offset_for_top_to_bottom_field
= encParam->offset_top_bottom;
178
seqParam->
offset_for_top_to_bottom_field
= extS->
offset_for_top_to_bottom_field
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
313
int32
offset_for_top_to_bottom_field
; /* se(v) */
member in struct:tagSeqParamSet
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
[
all
...]
Completed in 94 milliseconds