Home
last modified time | relevance | path

Searched refs:ptr_out (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_poly_phase_synthesis.cpp135 int16 * ptr_out = outPcm; in pvmp3_poly_phase_synthesis() local
154 ptr_out, in pvmp3_poly_phase_synthesis()
171 ptr_out + (numChannels << 5), in pvmp3_poly_phase_synthesis()
174 ptr_out += (numChannels << 6); in pvmp3_poly_phase_synthesis()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp718 uint32_t *ptr_out = (uint32_t *) out; in convertYUV420Planar16ToY410() local
721 uint32_t *ptr_limit = ptr_out + (src.cropWidth() & ~15); in convertYUV420Planar16ToY410()
722 while (ptr_out < ptr_limit) { in convertYUV420Planar16ToY410()
758 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
761 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
764 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
767 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
799 uint32_t *ptr_out = (uint32_t *) out; in convertYUV420Planar16ToY410() local
805 *ptr_out++ = ((y01 & 0x3FF) << 10) | uv; in convertYUV420Planar16ToY410()
806 *ptr_out++ = ((y01 >> 16) << 10) | uv; in convertYUV420Planar16ToY410()