OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame_crop_bottom_offset
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.cc
187
uint32_t
frame_crop_bottom_offset
= 0;
local
196
parser.ReadExponentialGolomb(&
frame_crop_bottom_offset
));
209
frame_crop_bottom_offset
*= (2 - frame_mbs_only_flag);
220
frame_crop_bottom_offset
*= 2;
225
height -= (frame_crop_top_offset +
frame_crop_bottom_offset
);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java
71
public int
frame_crop_bottom_offset
;
field in class:SeqParameterSet
159
sps.
frame_crop_bottom_offset
= reader
160
.readUE("SPS:
frame_crop_bottom_offset
");
391
writer.writeUE(
frame_crop_bottom_offset
,
392
"SPS:
frame_crop_bottom_offset
");
549
", \n
frame_crop_bottom_offset
=" +
frame_crop_bottom_offset
+
/frameworks/av/media/libstagefright/
avc_utils.cpp
175
unsigned
frame_crop_bottom_offset
= parseUE(&br);
local
191
frame_crop_top_offset,
frame_crop_bottom_offset
,
197
(frame_crop_top_offset +
frame_crop_bottom_offset
) * cropUnitY;
/hardware/intel/common/libva/va/
va_enc_h264.h
228
unsigned int
frame_crop_bottom_offset
;
member in struct:_VAEncSequenceParameterBufferH264
/hardware/intel/common/libva/test/encode/
avcenc.c
1408
int
frame_crop_bottom_offset
= 0;
local
[
all
...]
/hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp
2999
int
frame_crop_bottom_offset
= 0;
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
330
uint
frame_crop_bottom_offset
; /* ue(v) */
member in struct:tagSeqParamSet
[
all
...]
Completed in 116 milliseconds