Home
last modified time | relevance | path

Searched refs:o_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_vulkan.c53 (pos.x < (o_offset[i].x + o_size[i].x)) &&
54 (pos.y < (o_offset[i].y + o_size[i].y))) { )
69 (pos.x < (o_offset[i].x + o_size[i].x)) &&
70 (pos.y < (o_offset[i].y + o_size[i].y))) { )
139 .buf_content = "ivec2 o_offset[3], o_size[3];", in init_filter()
180 int32_t o_size[2*3]; in init_filter() member
203 par->o_size[0] = s->overlay_w; in init_filter()
204 par->o_size[1] = s->overlay_h; in init_filter()
205 par->o_size[2] = par->o_size[ in init_filter()
[all...]
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc407 const uint64_t o_size = get_var_size_in_bits(o); in represent() local
606 if (!size_reported && o_size != n_size) in represent()
623 show_numerical_change("size", o_size, n_size, *ctxt, out); in represent()
/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c835 * @param[in] in Current signal data (length 0.8*o_size)
836 * @param[in] o_size Output signal length
839 static void upsample_5_4(float *out, const float *in, int o_size, CELPMContext *ctx) in upsample_5_4() argument
846 for (j = 0; j < o_size / 5; j++) { in upsample_5_4()
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c2909 int o_size, q1_size, q2_size, err, i; in initialize_quota() local
2978 o_size = 0x28; in initialize_quota()
2979 idx_entry_o = ntfs_calloc(o_size); in initialize_quota()
3003 err = insert_index_entry_in_res_dir_index(idx_entry_o, o_size, m, in initialize_quota()

Completed in 12 milliseconds