Lines Matching defs:pcm
135 uint8_t *pcm, ipcm;
159 av_log(NULL, AV_LOG_ERROR, "too many dv pcm frames\n");
166 pcm = ppcm[ipcm++];
167 if (!pcm)
176 pcm = ppcm[ipcm++];
177 if (!pcm)
192 pcm[of * 2] = frame[d + 1];
193 pcm[of * 2 + 1] = frame[d];
195 if (pcm[of * 2 + 1] == 0x80 && pcm[of * 2] == 0x00)
196 pcm[of * 2 + 1] = 0;
212 pcm[of * 2] = lc & 0xff;
213 pcm[of * 2 + 1] = lc >> 8;
218 pcm[of * 2] = rc & 0xff;
219 pcm[of * 2 + 1] = rc >> 8;