Searched refs:out_mem (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_utils.cpp | 163 uint8_t *out_mem = buf->map (); in convert_nv12_mem_to_video_buffer() local 164 XCAM_FAIL_RETURN (ERROR, out_mem, XCAM_RETURN_ERROR_MEM, "map buffer failed"); in convert_nv12_mem_to_video_buffer() 171 dest = out_mem + info.offsets[index]; in convert_nv12_mem_to_video_buffer()
|
/external/libopus/celt/ |
D | celt_encoder.c | 2238 celt_sig *out_mem[2]; in celt_encode_with_ec() local 2251 out_mem[c] = st->syn_mem[c]+2*MAX_PERIOD-N; in celt_encode_with_ec() 2254 celt_synthesis(mode, X, out_mem, oldBandE, start, effEnd, in celt_encode_with_ec() 2260 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2264 …comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec() 2270 deemphasis(out_mem, (opus_val16*)pcm, N, CC, st->upsample, mode->preemph, st->preemph_memD); in celt_encode_with_ec()
|
/external/u-boot/fs/ubifs/ |
D | ubifs.c | 605 goto out_mem; in ubifs_ls() 617 out_mem: in ubifs_ls()
|