/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | move_object_data.h | 26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_props_supported_data.h | 26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
/foundation/multimedia/media_library/interfaces/kits/c/ |
H A D | moving_photo_capi.h | 106 * @param buffer the buffer of the content. 107 * @param size the size of the buffer. 118 MediaLibrary_ResourceType resourceType, const uint8_t** buffer, uint32_t* size);
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/interface/ |
H A D | i_av_receiver_engine_callback.h | 30 * message notification and available buffer data. 58 * @brief Report the available buffer data to the distributed service. 59 * @param buffer buffer data. 62 virtual int32_t OnDataAvailable(const std::shared_ptr<AVTransBuffer> &buffer) = 0;
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.h | 29 uint8_t *buffer; member 36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
|
/third_party/ffmpeg/libavdevice/ |
H A D | oss.h | 38 uint8_t buffer[OSS_AUDIO_BLOCK_SIZE]; member
|
H A D | sndio.h | 37 uint8_t *buffer; member
|
/third_party/backends/include/sane/ |
H A D | sanei_jpeg.h | 31 /* Emit the specified number of pixel rows from the buffer. */ 43 /* Output pixel-row buffer. Created by module init or start_output. 47 JSAMPARRAY buffer; member
|
/third_party/curl/lib/ |
H A D | formdata.h | 39 char *buffer; /* pointer to existing buffer used for file upload */ member
|
H A D | headers.h | 32 char *name; /* points into 'buffer' */ 33 char *value; /* points into 'buffer */ 36 char buffer[1]; /* this is the raw header blob */ member
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_x509.h | 50 * @param buffer - a point pointed to the certification context memory point 55 X509* d2i_X509(X509 **cert, const unsigned char *buffer, long len);
|
/third_party/node/deps/histogram/src/ |
H A D | hdr_tests.h | 14 int hdr_decode_compressed(uint8_t* buffer, size_t length, struct hdr_histogram** histogram);
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-read.js | 22 buffer: ['fast'], 30 require('buffer').SlowBuffer(8);
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_validation.cpp | 38 bool res = dxil_validate_module(val, dxil_obj->binary.buffer, in validate_dxil()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_draw_quad.h | 51 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer,
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | png.h | 32 std::vector<uint8_t>* buffer);
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.h | 47 const void* buffer);
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | index_buffer.h | 24 #include "src/buffer.h" 34 /// Stores information to be uploaded to the index buffer of the device. 40 /// Copy the data in this index buffer to the device. 41 Result SendIndexData(CommandBuffer* command, Buffer* buffer); 43 /// Bind the index buffer if needed.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | vk_android_utils.h | 31 Buffer *buffer,
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Resource.hpp | 31 // buffer. Resource has an exclusive lock mode (sw::Accessor) and lock 51 // * Return a pointer to the buffer. 56 // * Return a pointer to the buffer. 62 // * Return a pointer to the buffer. 68 // * Return a pointer to the buffer. 73 // * Return a pointer to the buffer. 90 // data() will return the Resource's buffer pointer regardless of lock 94 // size is the size in bytes of the Resource's buffer. 108 void *buffer; member in sw::Resource
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferOzone.hpp | 36 sw::Surface* buffer; member in sw::FrameBufferOzone
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
H A D | svgldict.h | 40 FT_Pointer buffer,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | md5.h | 37 unsigned char buffer[64]; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | functionSignatureAssignmentCompat1.js | 3 (eventEmitter: number, buffer: string): void;
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | helper.js | 14 var fileMem = new Uint8Array(DebuggerView.HEAPU8.buffer, fileMemPtr, size);
|