Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c682 gint first_access; in gst_dtsdec_chain() local
695 first_access = (data[0] << 8) | data[1]; in gst_dtsdec_chain()
700 if (first_access > 1) { in gst_dtsdec_chain()
702 len = first_access - 1; in gst_dtsdec_chain()
752 ("Bad first_access parameter (%d) in buffer", first_access)); in gst_dtsdec_chain()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstac3parse.c711 gint first_access; in gst_ac3_parse_chain_priv() local
718 first_access = (data[0] << 8) | data[1]; in gst_ac3_parse_chain_priv()
723 if (first_access > 1) { in gst_ac3_parse_chain_priv()
725 len = first_access - 1; in gst_ac3_parse_chain_priv()
775 ("Bad first_access parameter (%d) in buffer", first_access)); in gst_ac3_parse_chain_priv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1047 const auto first_access = inst->GetOperandAs<uint32_t>(first_access_index); in ValidateCopyMemoryMemoryAccess() local
1049 first_access_index + MemoryAccessNumWords(first_access); in ValidateCopyMemoryMemoryAccess()
1060 if (first_access & SpvMemoryAccessMakePointerVisibleKHRMask) { in ValidateCopyMemoryMemoryAccess()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp1047 const auto first_access = inst->GetOperandAs<uint32_t>(first_access_index); in ValidateCopyMemoryMemoryAccess() local
1049 first_access_index + MemoryAccessNumWords(first_access); in ValidateCopyMemoryMemoryAccess()
1060 if (first_access & SpvMemoryAccessMakePointerVisibleKHRMask) { in ValidateCopyMemoryMemoryAccess()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp1098 const auto first_access = inst->GetOperandAs<uint32_t>(first_access_index); in ValidateCopyMemoryMemoryAccess() local
1100 first_access_index + MemoryAccessNumWords(first_access); in ValidateCopyMemoryMemoryAccess()
1111 if (first_access & SpvMemoryAccessMakePointerVisibleKHRMask) { in ValidateCopyMemoryMemoryAccess()