Lines Matching defs:buffer
74 const uint8_t *buffer,
87 memcpy(vtctx->bitstream, buffer, size);
392 const uint8_t *buffer,
399 return ff_videotoolbox_buffer_copy(vtctx, buffer, size);
407 const uint8_t *buffer,
418 if (size > 4 && memcmp(vtctx->sps, buffer + 1, 3) != 0) {
420 memcpy(vtctx->sps, buffer + 1, 3);
425 return ff_videotoolbox_h264_decode_slice(avctx, buffer, size);
429 const uint8_t *buffer,
444 memcpy(vtctx->bitstream + vtctx->bitstream_size + 4, buffer, size);
452 const uint8_t *buffer,
460 return videotoolbox_common_decode_slice(avctx, buffer, size);
620 bytestream2_put_ne24(&pb, 0); // buffer size
644 void *buffer,
655 buffer, // memoryBlock
702 "vt decoder cb: output image buffer is null: %i\n", status);
1048 const uint8_t *buffer,
1055 const uint8_t *buffer,
1058 return videotoolbox_common_decode_slice(avctx, buffer, size);
1064 const uint8_t *buffer,
1067 return videotoolbox_common_decode_slice(avctx, buffer, size);
1087 const uint8_t *buffer,
1092 return ff_videotoolbox_buffer_copy(vtctx, buffer, size);
1096 const uint8_t *buffer,
1111 const uint8_t *buffer,
1118 const uint8_t *buffer,
1123 return ff_videotoolbox_buffer_copy(vtctx, buffer, size);