Lines Matching defs:buf
102 const uint8_t *buf = avpkt->data;
109 ff_dlog(avctx, "amr_decode_frame buf=%p buf_size=%d frame_count=%d!!\n",
110 buf, buf_size, avctx->frame_number);
117 dec_mode = (buf[0] >> 3) & 0x000F;
126 ff_dlog(avctx, "packet_size=%d buf= 0x%"PRIx8" %"PRIx8" %"PRIx8" %"PRIx8"\n",
127 packet_size, buf[0], buf[1], buf[2], buf[3]);
129 Decoder_Interface_Decode(s->dec_state, buf, (short *)frame->data[0], 0);
335 const uint8_t *buf = avpkt->data;
347 mode = (buf[0] >> 3) & 0x000F;
360 D_IF_decode(s->state, buf, (short *)frame->data[0], _good_frame);