Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkQualityInfo.java97 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/
DGpuMemoryTracker.h43 GpuObjectType objectType() { return mType; } in objectType() function
DGpuMemoryTracker.cpp124 if (obj->objectType() == GpuObjectType::Texture) { in onFrameCompleted()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp263 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/
DMPEG4Extractor.cpp3214 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/
Ddebug_report.h30 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h3781 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/
Dnull_driver_gen.h170 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object…
Dnull_driver.cpp1400 …ance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object… in DebugReportMessageEXT() argument
/frameworks/native/vulkan/api/
Dvulkan.api2672 VkDebugReportObjectTypeEXT objectType
2681 VkDebugReportObjectTypeEXT objectType
5264 VkDebugReportObjectTypeEXT objectType,
5294 VkDebugReportObjectTypeEXT objectType,