/external/libvpx/libvpx/third_party/libmkv/ |
testlibmkv.c | 17 // init the datatype we're using for ebml output 19 EbmlGlobal ebml; local 20 ebml.buf = data; 21 ebml.offset = 0; 22 ebml.length = 8192; 24 writeHeader(&ebml); 27 Ebml_StartSubElement(&ebml, &startSegment, Segment); // segment 31 Ebml_StartSubElement(&ebml, &startInfo, Info); 32 Ebml_SerializeString(&ebml, 0x4D80, "muxingAppLibMkv"); 33 Ebml_SerializeString(&ebml, 0x5741, "writingAppLibMkv") [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
testlibmkv.c | 17 // init the datatype we're using for ebml output 19 EbmlGlobal ebml; local 20 ebml.buf = data; 21 ebml.offset = 0; 22 ebml.length = 8192; 24 writeHeader(&ebml); 27 Ebml_StartSubElement(&ebml, &startSegment, Segment); // segment 31 Ebml_StartSubElement(&ebml, &startInfo, Info); 32 Ebml_SerializeString(&ebml, 0x4D80, "muxingAppLibMkv"); 33 Ebml_SerializeString(&ebml, 0x5741, "writingAppLibMkv") [all...] |
/frameworks/av/media/libstagefright/webm/ |
WebmWriter.cpp | 312 // EBML void element. 461 sp<WebmElement> ebml, segment, info, seekHead, tracks, cues; local 462 ebml = WebmElement::EbmlHeader(); 487 sp<WebmElement> elems[] = { ebml, segment, seekHead, info, tracks, cues };
|
/external/libvpx/libvpx/ |
vpxenc.c | 621 struct EbmlGlobal ebml; member in struct:stream_state 844 stream->ebml.last_pts_ms = -1; 847 /* Allows removal of the application version from the EBML tags */ 848 stream->ebml.debug = global->debug; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | 621 struct EbmlGlobal ebml; member in struct:stream_state 844 stream->ebml.last_pts_ms = -1; 847 /* Allows removal of the application version from the EBML tags */ 848 stream->ebml.debug = global->debug; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | 749 struct EbmlGlobal ebml; member in struct:stream_state [all...] |
/external/libvpx/libvpx/third_party/nestegg/src/ |
nestegg.c | 14 /* EBML Elements */ 97 /* EBML Types */ 171 /* EBML Definitions */ 172 struct ebml { struct 304 struct ebml ebml; member in struct:nestegg 344 /* EBML Element Lists */ 346 E_FIELD(ID_EBML_VERSION, TYPE_UINT, struct ebml, ebml_version), 347 E_FIELD(ID_EBML_READ_VERSION, TYPE_UINT, struct ebml, ebml_read_version), 348 E_FIELD(ID_EBML_MAX_ID_LENGTH, TYPE_UINT, struct ebml, ebml_max_id_length) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 14 /* EBML Elements */ 97 /* EBML Types */ 171 /* EBML Definitions */ 172 struct ebml { struct 304 struct ebml ebml; member in struct:nestegg 344 /* EBML Element Lists */ 346 E_FIELD(ID_EBML_VERSION, TYPE_UINT, struct ebml, ebml_version), 347 E_FIELD(ID_EBML_READ_VERSION, TYPE_UINT, struct ebml, ebml_read_version), 348 E_FIELD(ID_EBML_MAX_ID_LENGTH, TYPE_UINT, struct ebml, ebml_max_id_length) [all...] |