OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVC
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/formats/mp4/
avc.h
21
class MEDIA_EXPORT
AVC
{
/frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp
134
},
AVC
[] = {
152
{XA_VIDEOCODEC_AVC,
AVC
, sizeof(
AVC
) / sizeof(
AVC
[0])},
185
},
AVC
[] = {
216
{XA_VIDEOCODEC_AVC,
AVC
, sizeof(
AVC
) / sizeof(
AVC
[0])},
/frameworks/av/cmds/stagefright/
stagefright.cpp
127
fprintf(stderr, "
AVC
video profile %d and level %d\n", profile, level);
409
AVC
,
430
mStreamType =
AVC
;
479
if (mStreamType ==
AVC
) {
489
if (mStreamType !=
AVC
|| mSawFirstIDRFrame) {
[
all
...]
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
136
AVC
,
146
size_t mNALSizeLen; // for type
AVC
224
mType =
AVC
;
593
if (mType !=
AVC
) {
954
if (!strcmp("V_MPEG4/ISO/
AVC
", codecID)) {
Completed in 354 milliseconds