Home
last modified time | relevance | path

Searched defs:out_size (Results 51 - 75 of 75) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dsanm.c532 static int rle_decode(SANMVideoContext *ctx, uint8_t *dst, const int out_size) in rle_decode() argument
H A Dmpegvideo_enc.c1222 int i, j, out_size, p_lambda, b_lambda, lambda2; in estimate_best_b_count() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c70 radv_mutable_descriptor_type_size_alignment(const VkMutableDescriptorTypeListVALVE *list, uint64_t *out_size, uint64_t *out_align) radv_mutable_descriptor_type_size_alignment() argument
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h398 __u32 out_size; member
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c629 RunLengthCodeZeros(const size_t in_size, uint32_t* BROTLI_RESTRICT v, size_t* BROTLI_RESTRICT out_size, uint32_t* BROTLI_RESTRICT max_run_length_prefix) RunLengthCodeZeros() argument
H A Dencode.c1404 const size_t out_size = storage_ix >> 3; in BrotliCompressBufferQuality10() local
960 EncodeData( BrotliEncoderState* s, const BROTLI_BOOL is_last, const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) EncodeData() argument
1476 size_t out_size = *encoded_size; BrotliEncoderCompress() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1206 void GPUShader5TextureGatherOffsetColorTestBase::getTextureInfo(glw::GLuint& out_size, in getTextureInfo() argument
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c773 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) png_inflate_read() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.c1056 const int out_size = out->size; in HistogramRemap() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c629 RunLengthCodeZeros(const size_t in_size, uint32_t* BROTLI_RESTRICT v, size_t* BROTLI_RESTRICT out_size, uint32_t* BROTLI_RESTRICT max_run_length_prefix) RunLengthCodeZeros() argument
H A Dencode.c1404 const size_t out_size = storage_ix >> 3; in BrotliCompressBufferQuality10() local
960 EncodeData( BrotliEncoderState* s, const BROTLI_BOOL is_last, const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) EncodeData() argument
1476 size_t out_size = *encoded_size; BrotliEncoderCompress() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c1151 int64_t out_size; in rtmp_calc_swfhash() local
1070 rtmp_uncompress_swfplayer(uint8_t *in_data, int64_t in_size, uint8_t **out_data, int64_t *out_size) rtmp_uncompress_swfplayer() argument
H A Dmatroskadec.c3799 int out_size = lace_size[n]; in matroska_parse_block() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1356 lp_build_mipmap_level_sizes(struct lp_build_sample_context *bld, LLVMValueRef ilevel, LLVMValueRef *out_size, LLVMValueRef *row_stride_vec, LLVMValueRef *img_stride_vec) lp_build_mipmap_level_sizes() argument
/third_party/toybox/toys/pending/
H A Dxzcat.c97 size_t out_size; member
447 size_t out_size; member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc125 void RegisterSymbolizer(bool (*fn)(const void *pc, char *out, int out_size)) { in RegisterSymbolizer() argument
/third_party/backends/backend/
H A Davision.c7434 unsigned int out_size; in reader_process() local
/third_party/backends/sanei/
H A Dsanei_usb.c894 sanei_binary_to_hex_data(const char* data, size_t size, size_t* out_size) sanei_binary_to_hex_data() argument
/third_party/libfuse/include/
H A Dfuse_kernel.h861 uint32_t out_size; member
/third_party/vulkan-loader/loader/
H A Dloader.c1991 void loader_get_fullpath(const char *file, const char *in_dirs, size_t out_size, char *out_fullpath) { in loader_get_fullpath() argument
/third_party/ffmpeg/fftools/
H A Dffplay.c2382 int out_size = av_samples_get_buffer_size(NULL, is->audio_tgt.ch_layout.nb_channels, out_count, is->audio_tgt.fmt, 0); in audio_decode_frame() local
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1703 bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* out_size, ImVec2 out_uv_border[2], ImVec2 out_uv_fill[2]) in GetMouseCursorTexData() argument
H A Dimgui.cpp4655 static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) in CalcResizePosSizeFromAnyCorner() argument
9084 const char* ImGui::SaveIniSettingsToMemory(size_t* out_size) in SaveIniSettingsToMemory() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp2232 bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* out_size, ImVec2 out_uv_border[2], ImVec2 out_uv_fill[2]) in GetMouseCursorTexData() argument
H A Dimgui.cpp5328 static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) in CalcResizePosSizeFromAnyCorner() argument
10869 const char* ImGui::SaveIniSettingsToMemory(size_t* out_size) in SaveIniSettingsToMemory() argument

Completed in 138 milliseconds

123