Home
last modified time | relevance | path

Searched refs:H264 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp38 if (mType == CodecType::H264) { in savePacket()
109 if (mType == CodecType::H264) { in save()
144 mType = CodecType::H264; in load()
Daddress_space_host_media.cpp32 H264 = 1, enumerator
76 stream->putBe32((uint32_t)DecoderType::H264); in save()
DMediaH264DecoderGeneric.cpp175 new MediaSnapshotHelper(MediaSnapshotHelper::CodecType::H264)); in initH264ContextInternal()
/hardware/google/aemu/host-common/include/host-common/
DMediaSnapshotHelper.h38 H264 = 1, enumerator
91 CodecType mType = CodecType::H264;