Home
last modified time | relevance | path

Searched refs:av_image_copy_to_buffer (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davpicture.c47 return av_image_copy_to_buffer(dest, dest_size, in avpicture_layout()
Drawenc.c63 if ((ret = av_image_copy_to_buffer(pkt->data, pkt->size, in raw_encode()
Ddpxenc.c247 size = av_image_copy_to_buffer(buf + HEADER_SIZE, pkt->size - HEADER_SIZE, in encode_frame()
Dmfenc.c333 ret = av_image_copy_to_buffer((uint8_t *)data, size, (void *)frame->data, frame->linesize, in mf_v_avframe_to_sample()
/third_party/ffmpeg/libavutil/
Dimgutils.h214 int av_image_copy_to_buffer(uint8_t *dst, int dst_size,
Dimgutils.c505 int av_image_copy_to_buffer(uint8_t *dst, int dst_size, in av_image_copy_to_buffer() function
/third_party/ffmpeg/tests/api/
Dapi-h264-test.c148 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode_example()
Dapi-band-test.c192 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode()
Dapi-seek-test.c138 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in compute_crc_of_packets()
/third_party/ffmpeg/doc/examples/
Dhw_decode.c126 ret = av_image_copy_to_buffer(buffer, size, in decode_write()
/third_party/ffmpeg/libavdevice/
Dlavfi.c437 av_image_copy_to_buffer(pkt->data, size, (const uint8_t **)frame->data, frame->linesize, in lavfi_read_packet()
Dandroid_camera.c459 av_image_copy_to_buffer(pkt.data, pkt_buffer_size, in image_available()
Davfoundation.m1038 status = av_image_copy_to_buffer(pkt->data, pkt->size,
/third_party/ffmpeg/doc/
DAPIchanges1864 av_image_copy_to_buffer()