Searched refs:av_image_copy_to_buffer (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | avpicture.c | 47 return av_image_copy_to_buffer(dest, dest_size, in avpicture_layout()
|
D | rawenc.c | 63 if ((ret = av_image_copy_to_buffer(pkt->data, pkt->size, in raw_encode()
|
D | dpxenc.c | 247 size = av_image_copy_to_buffer(buf + HEADER_SIZE, pkt->size - HEADER_SIZE, in encode_frame()
|
D | mfenc.c | 333 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/ |
D | imgutils.h | 214 int av_image_copy_to_buffer(uint8_t *dst, int dst_size,
|
D | imgutils.c | 505 int av_image_copy_to_buffer(uint8_t *dst, int dst_size, in av_image_copy_to_buffer() function
|
/third_party/ffmpeg/tests/api/ |
D | api-h264-test.c | 148 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode_example()
|
D | api-band-test.c | 192 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in video_decode()
|
D | api-seek-test.c | 138 number_of_written_bytes = av_image_copy_to_buffer(byte_buffer, byte_buffer_size, in compute_crc_of_packets()
|
/third_party/ffmpeg/doc/examples/ |
D | hw_decode.c | 126 ret = av_image_copy_to_buffer(buffer, size, in decode_write()
|
/third_party/ffmpeg/libavdevice/ |
D | lavfi.c | 437 av_image_copy_to_buffer(pkt->data, size, (const uint8_t **)frame->data, frame->linesize, in lavfi_read_packet()
|
D | android_camera.c | 459 av_image_copy_to_buffer(pkt.data, pkt_buffer_size, in image_available()
|
D | avfoundation.m | 1038 status = av_image_copy_to_buffer(pkt->data, pkt->size,
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1864 av_image_copy_to_buffer()
|