Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp38 struct Entry { struct
47 const Entry* tags;
51 const Entry DemoWizardry[demo_wizardry_end - demo_wizardry_start] = {
62 const Entry DemoSorcery[demo_sorcery_end - demo_sorcery_start] = {
69 const Entry DemoMagic[demo_magic_end - demo_magic_start] = {
111 const Entry* getEntry(uint32_t tag) in getEntry()
176 const Entry* entry = getEntry(tag); in getTagName()
186 const Entry* entry = getEntry(tag); in getTagType()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h340 struct Entry { struct
341 inline Entry() : buffer(nullptr), timestamp(0), flags(0), ordinal({0, 0, 0}) {} in Entry() function
342 inline Entry( in Entry() argument
359 bool pop(Entry *entry); argument
365 void defer(const Entry &entry);
369 std::list<Entry> mPending;
370 std::list<Entry> mStash;
DCCodecBufferChannel.cpp521 struct Entry { struct in android::__anon5ff58d220111::FlexBuffersImpl
525 std::vector<Entry> mBuffers;
678 for (const Entry &entry : mBuffers) { in getArray()
687 for (Entry &entry : mBuffers) { in flush()
704 struct Entry { struct in android::__anon5ff58d220111::BuffersArrayImpl
709 std::vector<Entry> mBuffers;
906 struct Entry { struct in android::__anon5ff58d220111::EncryptedLinearInputBuffers
910 std::vector<Entry> mMemoryVector;
1521 bool CCodecBufferChannel::ReorderStash::pop(Entry *entry) { in pop()
1552 const CCodecBufferChannel::ReorderStash::Entry &entry) { in defer()
[all …]
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h223 struct Entry { struct
230 std::list<Entry> mQueue; argument
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal27 * Entry point for Codec2 HAL.