/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bpic.c | 9 // Description: Parses VC-1 picture layer for progressive B picture in simple
18 * Parse picture layer. This function parses progressive B picture for main
20 * before parsing of macroblock layer.
96 /* Skip parsing of macroblock layer. */
|
vc1parse_ipic.c | 9 // Description: Parses VC-1 picture layer for progressive I picture in simple 18 * Parse picture layer. This function parses progressive I picture for simple 21 * parsing of macroblock layer. 98 /* Skip parsing of macroblock layer. */
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
ComposerVts.h | 83 Layer createLayer(Display display, uint32_t bufferSlotCount); 84 void destroyLayer(Display display, Layer layer); 114 std::unordered_set<Layer> layers;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_virtual.h | 51 // Chooses composition type and configures pipe for each layer in virtual 55 // Queues the buffer for each layer in virtual display list and call display 73 // Chooses composition type and configures pipe for each layer in virtual 77 // Queues the buffer for each layer in virtual display list and call
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_virtual.h | 51 // Chooses composition type and configures pipe for each layer in virtual 55 // Queues the buffer for each layer in virtual display list and call display 79 // Chooses composition type and configures pipe for each layer in virtual 83 // Queues the buffer for each layer in virtual display list and call
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_display_external_test.h | 90 int InitLayer(Layer *layer); 91 int DeinitLayer(Layer *layer);
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc.h | 51 * The lower layer hands over the completion status via this parameter. The 75 pphFriNfc_Cr_t CompletionRoutine; /* Address of the upper Layer's Process(ing) 83 * function address to the lower layer. 92 * instance address to the lower layer.
|
/packages/services/Car/car-lib/src/android/car/vms/ |
IVmsSubscriberClient.aidl | 29 void onVmsMessageReceived(in VmsLayer layer, in byte[] payload) = 0;
|
VmsSubscriptionState.java | 72 for (VmsLayer layer : mLayers) { 73 sb.append(layer).append(","); 77 for (VmsAssociatedLayer layer : mSubscribedLayersFromPublishers) { 78 sb.append(layer).append(",");
|
/pdk/ |
README | 3 PDK release includes only necessary components for developing android HAL (Hardware Abstraction Layer). Note that the full android release is a superset of PDK release, and there is no separate PDK release to public as the full platform release includes everything in PDK.
|
/prebuilts/misc/windows/sdl2/ |
COPYING.txt | 2 Simple DirectMedia Layer
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/pkgconfig/ |
sdl2.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/pkgconfig/ |
sdl2.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/ |
vkjson_instance.cc | 60 // TODO(piman): do we want to show layer extensions? 108 for (auto& layer : layers) { 109 instance.layers.push_back(VkJsonLayer{layer, std::vector<VkExtensionProperties>()}); 110 if (!EnumerateExtensions(layer.layerName,
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/ |
vkvalidatelayerdoc.sh | 18 # Validate that layer documentation matches source contents
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 29 /// @brief Lazy-emitting IR layer. 31 /// This layer accepts sets of LLVM IR Modules (via addModuleSet), but does 32 /// not immediately emit them the layer below. Instead, emissing to the base 33 /// layer is deferred until the first time the client requests the address 34 /// (via JITSymbol::getAddress) for a symbol contained in this layer. 150 // to the base layer we'll just look for symbols there. 223 /// @brief Construct a lazy emitting layer. 226 /// @brief Add the given set of modules to the lazy emitting layer. 241 /// both in this layer, and the base layer [all...] |
/external/llvm/unittests/ExecutionEngine/Orc/ |
ObjectTransformLayerTest.cpp | 45 // Mock base layer for verifying behavior of transform layer. 48 // layer; saves values of args, which mock layer foo then verifies against. 50 // transform layer called the base layer and forwarded any return value. 199 // Create one object transform layer using a transform (as a functor) 203 // Create a second object transform layer using a transform (as a lambda) 286 // Make sure that ObjectTransformLayer implements the object layer concept 289 // IRComileLayer's addModuleSet that should call the transform layer' [all...] |
/external/tcpdump/ |
print-sll.c | 51 * a 2-byte link-layer type; 53 * a 2-byte link-layer address length; 55 * an 8-byte source link-layer address, whose actual length is 58 * All fields except for the link-layer address are in network byte order. 61 * LINUX_SLL_ values below. If you must change the link-layer header 76 * A DLT_LINUX_SLL fake link-layer header. 83 uint16_t sll_hatype; /* link-layer address type */ 84 uint16_t sll_halen; /* link-layer address length */ 85 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */ 142 * XXX - check the link-layer address type value [all...] |
print.c | 268 * layer header type of LINKTYPE_PKTAP. 271 * capture have a link-layer header type of LINKTYPE_USER2. 345 * Include the link-layer header. 350 * Don't include the link-layer header - and if 351 * we have nothing past the link-layer header, 364 * Include the link-layer header. 369 * Don't include the link-layer header - and if 370 * we have nothing past the link-layer header, 383 * Include the link-layer header. 388 * Don't include the link-layer header - and i [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 63 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local 66 private_handle_t *hnd = (private_handle_t *)layer->handle; 84 //XXX: FB layer plane alpha is currently sent as zero from 92 (ovutils::eBlending) getBlending(layer->blending)); 103 int transform = layer->transform; 167 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local 170 private_handle_t *hnd = (private_handle_t *)layer->handle; 196 //XXX: FB layer plane alpha is currently sent as zero from 204 (ovutils::eBlending) getBlending(layer->blending)); 215 (ovutils::eBlending) getBlending(layer->blending)) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 35 /// @brief Lazy-emitting IR layer. 37 /// This layer accepts sets of LLVM IR Modules (via addModuleSet), but does 38 /// not immediately emit them the layer below. Instead, emissing to the base 39 /// layer is deferred until the first time the client requests the address 40 /// (via JITSymbol::getAddress) for a symbol contained in this layer. 155 // to the base layer we'll just look for symbols there. 228 /// @brief Construct a lazy emitting layer. 231 /// @brief Add the given set of modules to the lazy emitting layer. 246 /// both in this layer, and the base layer [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 35 /// @brief Lazy-emitting IR layer. 37 /// This layer accepts sets of LLVM IR Modules (via addModuleSet), but does 38 /// not immediately emit them the layer below. Instead, emissing to the base 39 /// layer is deferred until the first time the client requests the address 40 /// (via JITSymbol::getAddress) for a symbol contained in this layer. 155 // to the base layer we'll just look for symbols there. 228 /// @brief Construct a lazy emitting layer. 231 /// @brief Add the given set of modules to the lazy emitting layer. 246 /// both in this layer, and the base layer [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 35 /// @brief Lazy-emitting IR layer. 37 /// This layer accepts sets of LLVM IR Modules (via addModuleSet), but does 38 /// not immediately emit them the layer below. Instead, emissing to the base 39 /// layer is deferred until the first time the client requests the address 40 /// (via JITSymbol::getAddress) for a symbol contained in this layer. 155 // to the base layer we'll just look for symbols there. 228 /// @brief Construct a lazy emitting layer. 231 /// @brief Add the given set of modules to the lazy emitting layer. 246 /// both in this layer, and the base layer [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 35 /// @brief Lazy-emitting IR layer. 37 /// This layer accepts LLVM IR Modules (via addModule), but does not 38 /// immediately emit them the layer below. Instead, emissing to the base layer 40 /// JITSymbol::getAddress) for a symbol contained in this layer. 140 // to the base layer we'll just look for symbols there. 211 /// @brief Construct a lazy emitting layer. 214 /// @brief Add the given module to the lazy emitting layer. 227 /// in this layer, and the base layer [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/ |
LazyEmittingLayer.h | 10 // Contains the definition for a lazy-emitting layer for the JIT. 35 /// @brief Lazy-emitting IR layer. 37 /// This layer accepts LLVM IR Modules (via addModule), but does not 38 /// immediately emit them the layer below. Instead, emissing to the base layer 40 /// JITSymbol::getAddress) for a symbol contained in this layer. 140 // to the base layer we'll just look for symbols there. 211 /// @brief Construct a lazy emitting layer. 214 /// @brief Add the given module to the lazy emitting layer. 227 /// in this layer, and the base layer [all...] |