OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avcc
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.h
27
// suitable for RTP. The sample buffer is in
avcc
format whereas the rtp buffer
38
// buffer is in
avcc
format.
75
// Helper class for writing NALUs using
avcc
format into a buffer.
h264_video_toolbox_nalu.cc
245
// Write
Avcc
NALUs into block buffer memory.
/frameworks/av/media/libstagefright/
Utils.cpp
[
all
...]
MPEG4Writer.cpp
[
all
...]
/frameworks/av/media/libmediaextractor/include/media/stagefright/
MetaDataBase.h
59
kKeyAVCC = '
avcc
', // raw data
232
kTypeAVCC = '
avcc
',
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java
39
public static final String TYPE = "
avcC
";
/frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp
236
const uint8_t *
avcc
;
local
243
} else if (meta.findData(kKeyAVCC, &dummy, (const void **)&
avcc
, &avccSize)
245
mNALSizeLen = 1 + (
avcc
[4] & 3);
[
all
...]
/external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties
100
avcC
=com.coremedia.iso.boxes.h264.AvcConfigurationBox()
Completed in 714 milliseconds