Home
last modified time | relevance | path

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

/frameworks/av/media/module/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.cpp1621 uint32_t *ptr_out = (uint32_t *) out; in convertYUV420Planar16ToY410() local
1624 uint32_t *ptr_limit = ptr_out + (src.cropWidth() & ~15); in convertYUV420Planar16ToY410()
1625 while (ptr_out < ptr_limit) { in convertYUV420Planar16ToY410()
1661 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
1664 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
1667 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
1670 vst1q_u32(ptr_out, dsttemp); ptr_out += 4; in convertYUV420Planar16ToY410()
1702 uint32_t *ptr_out = (uint32_t *) out; in convertYUV420Planar16ToY410() local
1708 *ptr_out++ = ((y01 & 0x3FF) << 10) | uv; in convertYUV420Planar16ToY410()
1709 *ptr_out++ = ((y01 >> 16) << 10) | uv; in convertYUV420Planar16ToY410()