Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c678 gint first_access; in gst_dtsdec_chain() local
691 first_access = (data[0] << 8) | data[1]; in gst_dtsdec_chain()
696 if (first_access > 1) { in gst_dtsdec_chain()
698 len = first_access - 1; in gst_dtsdec_chain()
748 ("Bad first_access parameter (%d) in buffer", first_access)); in gst_dtsdec_chain()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstac3parse.c708 gint first_access; in gst_ac3_parse_chain_priv() local
715 first_access = (data[0] << 8) | data[1]; in gst_ac3_parse_chain_priv()
720 if (first_access > 1) { in gst_ac3_parse_chain_priv()
722 len = first_access - 1; in gst_ac3_parse_chain_priv()
772 ("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()