Searched refs:objectType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LinkQualityInfo.java | 97 public void writeToParcel(Parcel dest, int flags, int objectType) { in writeToParcel() argument 98 dest.writeInt(objectType); in writeToParcel() 116 int objectType = in.readInt(); 117 if (objectType == OBJECT_TYPE_LINK_QUALITY_INFO) { 121 } else if (objectType == OBJECT_TYPE_WIFI_LINK_QUALITY_INFO) { 123 } else if (objectType == OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO) {
|
/frameworks/base/libs/hwui/ |
D | GpuMemoryTracker.h | 43 GpuObjectType objectType() { return mType; } in objectType() function
|
D | GpuMemoryTracker.cpp | 124 if (obj->objectType() == GpuObjectType::Texture) { in onFrameCompleted()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | APacketSource.cpp | 263 unsigned long objectType; in MakeAACCodecSpecificData2() local 267 objectType = strtoul(s, &end, 10); in MakeAACCodecSpecificData2() 270 objectType = 0x40; // Audio ISO/IEC 14496-3 in MakeAACCodecSpecificData2() 306 *dst++ = objectType; in MakeAACCodecSpecificData2()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 3214 uint32_t objectType = br.getBits(5); in updateAudioTrackInfoFromESDS_MPEG4Audio() local 3216 if (objectType == 31) { // AAC-ELD => additional 6 bits in updateAudioTrackInfoFromESDS_MPEG4Audio() 3217 objectType = 32 + br.getBits(6); in updateAudioTrackInfoFromESDS_MPEG4Audio() 3224 mLastTrack->meta->setInt32(kKeyAACAOT, objectType); in updateAudioTrackInfoFromESDS_MPEG4Audio() 3245 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 table 1.13 in updateAudioTrackInfoFromESDS_MPEG4Audio() 3289 if (objectType == AOT_SBR || objectType == AOT_PS) { in updateAudioTrackInfoFromESDS_MPEG4Audio() 3291 objectType = br.getBits(5); in updateAudioTrackInfoFromESDS_MPEG4Audio() 3293 if (objectType == AOT_ESCAPE) { in updateAudioTrackInfoFromESDS_MPEG4Audio() 3295 objectType = 32 + br.getBits(6); in updateAudioTrackInfoFromESDS_MPEG4Audio() 3298 if (objectType == AOT_AAC_LC || objectType == AOT_ER_AAC_LC || in updateAudioTrackInfoFromESDS_MPEG4Audio() [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | debug_report.h | 30 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 3781 VkDebugReportObjectTypeEXT objectType, 3801 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object… 3818 VkDebugReportObjectTypeEXT objectType, 3865 VkDebugReportObjectTypeEXT objectType; member 3873 VkDebugReportObjectTypeEXT objectType; member
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 170 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
|
D | null_driver.cpp | 1400 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object… in DebugReportMessageEXT() argument
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2672 VkDebugReportObjectTypeEXT objectType 2681 VkDebugReportObjectTypeEXT objectType 5264 VkDebugReportObjectTypeEXT objectType, 5294 VkDebugReportObjectTypeEXT objectType,
|