OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_crop_top_offset
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/common/gpu/media/
h264_parser.h
85
int
frame_crop_top_offset
;
member in struct:content::H264SPS
h264_parser.cc
667
READ_UE_OR_RETURN(&sps->
frame_crop_top_offset
);
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java
70
public int
frame_crop_top_offset
;
field in class:SeqParameterSet
157
sps.
frame_crop_top_offset
= reader
158
.readUE("SPS:
frame_crop_top_offset
");
390
writer.writeUE(
frame_crop_top_offset
, "SPS:
frame_crop_top_offset
");
548
", \n
frame_crop_top_offset
=" +
frame_crop_top_offset
+
/frameworks/av/media/libstagefright/
avc_utils.cpp
110
unsigned
frame_crop_top_offset
= parseUE(&br);
local
127
frame_crop_top_offset
, frame_crop_bottom_offset,
133
(
frame_crop_top_offset
+ frame_crop_bottom_offset) * cropUnitY;
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
189
M4OSA_Int32
frame_crop_top_offset
;
member in struct:__anon31147
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
329
uint
frame_crop_top_offset
; /* ue(v) */
member in struct:tagSeqParamSet
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp
150
seqParam->
frame_crop_top_offset
= 0;
219
seqParam->
frame_crop_top_offset
= 0;
[
all
...]
header.cpp
93
status = ue_v(stream, seqParam->
frame_crop_top_offset
);
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java
194
height -= cropUnitY * (seqParameterSet.
frame_crop_top_offset
+ seqParameterSet.frame_crop_bottom_offset);
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
[
all
...]
Completed in 181 milliseconds