Home
last modified time | relevance | path

Searched refs:chunk_dst (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/tme/tme-0.8/generic/
H A Dethernet.c129 const struct tme_ethernet_frame_chunk *chunk_dst; in tme_ethernet_chunks_copy() local
147 chunk_dst = chunks_dst; in tme_ethernet_chunks_copy()
148 chunk_bytes_dst = chunk_dst->tme_ethernet_frame_chunk_bytes; in tme_ethernet_chunks_copy()
149 chunk_size_dst = chunk_dst->tme_ethernet_frame_chunk_bytes_count; in tme_ethernet_chunks_copy()
152 for (; (chunk_dst != NULL in tme_ethernet_chunks_copy()
174 && (chunk_dst = chunk_dst->tme_ethernet_frame_chunk_next) != NULL) { in tme_ethernet_chunks_copy()
175 chunk_bytes_dst = chunk_dst->tme_ethernet_frame_chunk_bytes; in tme_ethernet_chunks_copy()
176 chunk_size_dst = chunk_dst->tme_ethernet_frame_chunk_bytes_count; in tme_ethernet_chunks_copy()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhapenc.c99 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
116 chunk_dst, &chunk->compressed_size); in hap_compress_frame()
127 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhapenc.c99 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
116 chunk_dst, &chunk->compressed_size); in hap_compress_frame()
127 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhapenc.c99 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
116 chunk_dst, &chunk->compressed_size); in hap_compress_frame()
127 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhapenc.c99 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
116 chunk_dst, &chunk->compressed_size); in hap_compress_frame()
127 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhapenc.c99 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
116 chunk_dst, &chunk->compressed_size); in hap_compress_frame()
127 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()