/third_party/ffmpeg/libswresample/ |
H A D | swresample.c | 587 static int resample(SwrContext *s, AudioData *out_param, int out_count, in resample() argument 617 ret= s->resampler->multiple_resample(s->resample, &out, out_count, &tmp, s->in_buffer_count, &consumed); in resample() 618 out_count -= ret; in resample() 637 ret= s->resampler->multiple_resample(s->resample, &out, out_count, &in, FFMAX(in_count-padless, 0), &consumed); in resample() 638 out_count -= ret; in resample() 658 if(s->in_buffer_count && s->in_buffer_count+2 < count && out_count) count= s->in_buffer_count+2; in resample() 677 s->resample_in_constraint= !!out_count; in resample() 682 static int swr_convert_internal(struct SwrContext *s, AudioData *out, int out_count, in swr_convert_internal() argument 691 return out_count; in swr_convert_internal() 694 // in_max= out_count*(int64_ in swr_convert_internal() 816 swr_convert(struct SwrContext *s, uint8_t **out_arg, int out_count, const uint8_t **in_arg, int in_count) swr_convert() argument [all...] |
H A D | swresample.h | 337 * @param out_count amount of space available for output in samples per channel 343 int swr_convert(struct SwrContext *s, uint8_t **out, int out_count,
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | qud_cksm.c | 35 long length, int out_count, DES_cblock *seed) in DES_quad_cksum() 43 if (out_count < 1) in DES_quad_cksum() 44 out_count = 1; in DES_quad_cksum() 52 for (i = 0; ((i < 4) && (i < out_count)); i++) { in DES_quad_cksum() 76 * 2*out_count 32 bit ints in DES_quad_cksum() 34 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) DES_quad_cksum() argument
|
/third_party/openssl/crypto/des/ |
H A D | qud_cksm.c | 35 long length, int out_count, DES_cblock *seed) in DES_quad_cksum() 43 if (out_count < 1) in DES_quad_cksum() 44 out_count = 1; in DES_quad_cksum() 52 for (i = 0; ((i < 4) && (i < out_count)); i++) { in DES_quad_cksum() 76 * 2*out_count 32 bit ints in DES_quad_cksum() 34 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) DES_quad_cksum() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.h | 80 // out_count is assigned the number of elements in 'in'. 85 uint32_t& out_count, in operator ()() 87 return Convert(out_els, out_count, in); in operator ()() 334 inline bool Convert(OUT*& out_els, uint32_t& out_count, const std::vector<IN>& in) { in Convert() argument 337 out_count = 0; in Convert() 347 return Convert(out_count, in.size()); in Convert() 353 uint32_t& out_count, in Convert() 357 out_count = 0; in Convert() 368 return Convert(out_count, in.size()); in Convert() 373 inline bool Convert(OUT*& out_els, uint32_t& out_count, cons argument 84 operator ()(OUT*& out_els, uint32_t& out_count, const std::vector<IN>& in) operator ()() argument 352 Convert(OUT*& out_els, uint32_t& out_count, const std::unordered_map<IN_KEY, IN_VALUE>& in) Convert() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderBarrier.hpp | 63 virtual void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, 103 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, 141 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, 185 void getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode,
|
H A D | esextcTessellationShaderBarrier.cpp | 329 * @param out_count Deref will be used to store count argument to be used for the draw call. 341 void TessellationShaderBarrier1::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, in getDrawCallArgs() argument 344 *out_count = m_n_input_vertices; in getDrawCallArgs() 528 * @param out_count Deref will be used to store count argument to be used for the draw call. 540 void TessellationShaderBarrier2::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, in getDrawCallArgs() argument 543 *out_count = m_n_input_vertices; in getDrawCallArgs() 726 * @param out_count Deref will be used to store count argument to be used for the draw call. 738 void TessellationShaderBarrier3::getDrawCallArgs(glw::GLenum* out_mode, glw::GLint* out_count, glw::GLenum* out_tf_mode, in getDrawCallArgs() argument 741 *out_count = m_n_patches_per_invocation * m_n_patch_vertices * m_n_instances; in getDrawCallArgs()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | w64xmmtest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument 28 testxmmclobbers(swr_convert, s, out, out_count, in, in_count); in swr_convert()
|
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument 28 testneonclobbers(swr_convert, s, out, out_count, in, in_count); in swr_convert()
|
/third_party/ffmpeg/libswresample/arm/ |
H A D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument 28 testneonclobbers(swr_convert, s, out, out_count, in, in_count); in swr_convert()
|
/third_party/ffmpeg/libswresample/tests/ |
H A D | swresample.c | 282 int out_count, mid_count, out_ch_count; in main() local 355 out_count= swr_convert(backw_ctx,aout, SAMPLES, (const uint8_t **)amid, mid_count); in main() 362 for(i=0; i<out_count; i++){ in main() 373 fprintf(stderr, "[e:%f c:%f max:%f] len:%5d\n", out_count ? sqrt(sse/out_count) : 0, sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, out_count); in main() 389 double a= get(ain , ch, i+out_count, in_ch_count, in_sample_fmt); in main()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.h | 44 vn_android_format_to_view_formats(VkFormat format, uint32_t *out_count); 117 UNUSED uint32_t *out_count) in vn_android_format_to_view_formats() 116 vn_android_format_to_view_formats(UNUSED VkFormat format, UNUSED uint32_t *out_count) vn_android_format_to_view_formats() argument
|
H A D | vn_device.c | 180 uint32_t *out_count) in merge_extension_names() 199 *out_count = count; in merge_extension_names() 172 merge_extension_names(const char *const *exts, uint32_t ext_count, const char *const *extra_exts, uint32_t extra_count, const char *const *block_exts, uint32_t block_count, const VkAllocationCallbacks *alloc, const char *const **out_exts, uint32_t *out_count) merge_extension_names() argument
|
H A D | vn_android.c | 264 vn_android_format_to_view_formats(VkFormat format, uint32_t *out_count) in vn_android_format_to_view_formats() argument 284 *out_count = ARRAY_SIZE(view_formats_r8g8b8a8); in vn_android_format_to_view_formats() 288 *out_count = ARRAY_SIZE(view_formats_r8g8b8); in vn_android_format_to_view_formats() 293 *out_count = 0; in vn_android_format_to_view_formats()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 93 int *out_count, void *data); 98 int *out_count, void *data);
|
H A D | gbm_dri.c | 98 int *out_count, void *data) in dri_get_buffers() 107 count, out_count, surf->dri_private); in dri_get_buffers() 124 int *out_count, void *data) in dri_get_buffers_with_format() 134 count, out_count, surf->dri_private); in dri_get_buffers_with_format() 95 dri_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) dri_get_buffers() argument 121 dri_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) dri_get_buffers_with_format() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 602 int *external_only, int *out_count, uint64_t test_modifier) in panfrost_walk_dmabuf_modifiers() 636 *out_count = count; in panfrost_walk_dmabuf_modifiers() 642 int *external_only, int *out_count) in panfrost_query_dmabuf_modifiers() 645 external_only, out_count, DRM_FORMAT_MOD_INVALID); in panfrost_query_dmabuf_modifiers() 600 panfrost_walk_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *out_count, uint64_t test_modifier) panfrost_walk_dmabuf_modifiers() argument 640 panfrost_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *out_count) panfrost_query_dmabuf_modifiers() argument
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 320 int *out_count, void *loaderPrivate) in dri2_drm_get_buffers_with_format() 352 *out_count = j; in dri2_drm_get_buffers_with_format() 366 int *out_count, void *loaderPrivate) in dri2_drm_get_buffers() 374 *out_count = 0; in dri2_drm_get_buffers() 387 out_count, loaderPrivate); in dri2_drm_get_buffers() 317 dri2_drm_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_drm_get_buffers_with_format() argument 363 dri2_drm_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_drm_get_buffers() argument
|
H A D | platform_x11.c | 526 int *out_count, void *loaderPrivate) in dri2_x11_get_buffers() 549 *out_count = reply->count; in dri2_x11_get_buffers() 552 dri2_x11_process_buffers(dri2_surf, buffers, *out_count); in dri2_x11_get_buffers() 563 int *out_count, void *loaderPrivate) in dri2_x11_get_buffers_with_format() 589 *out_count = reply->count; in dri2_x11_get_buffers_with_format() 590 dri2_x11_process_buffers(dri2_surf, buffers, *out_count); in dri2_x11_get_buffers_with_format() 523 dri2_x11_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_x11_get_buffers() argument 560 dri2_x11_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_x11_get_buffers_with_format() argument
|
H A D | platform_ohos.c | 823 int *out_count, void *loaderPrivate) in ohos_get_buffers_with_format() 831 *out_count = ohos_get_buffers_parse_attachments(dri2_surf, attachments, count); in ohos_get_buffers_with_format() 820 ohos_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) ohos_get_buffers_with_format() argument
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 764 int *out_count, void *loaderPrivate) in dri2GetBuffers() 770 width, height, attachments, count, out_count); in dri2GetBuffers() 776 process_buffers(pdraw, buffers, *out_count); in dri2GetBuffers() 787 int *out_count, void *loaderPrivate) in dri2GetBuffersWithFormat() 795 count, out_count); in dri2GetBuffersWithFormat() 801 process_buffers(pdraw, buffers, *out_count); in dri2GetBuffersWithFormat() 761 dri2GetBuffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffers() argument 784 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffersWithFormat() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 174 long length, int out_count, DES_cblock *seed);
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 174 long length, int out_count, DES_cblock *seed);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 144 long length, int out_count, DES_cblock *seed);
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 984 int *out_count, void *loaderPrivate); 1026 int *out_count, void *loaderPrivate);
|