Searched refs:AVRegionOfInterest (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_addroi.c | 99 AVRegionOfInterest *roi; in addroi_filter_frame() 110 const AVRegionOfInterest *old_roi; in addroi_filter_frame() 115 old_roi = (const AVRegionOfInterest*)sd->data; in addroi_filter_frame() 125 roi = (AVRegionOfInterest*)roi_ref->data; in addroi_filter_frame() 128 old_roi = (const AVRegionOfInterest*) in addroi_filter_frame() 131 roi[i] = (AVRegionOfInterest) { in addroi_filter_frame() 141 roi[nb_roi - 1] = (AVRegionOfInterest) { in addroi_filter_frame() 163 sizeof(AVRegionOfInterest)); in addroi_filter_frame() 168 roi = (AVRegionOfInterest*)sd->data; in addroi_filter_frame() 169 *roi = (AVRegionOfInterest) { in addroi_filter_frame() [all...] |
H A D | vf_showinfo.c | 142 const AVRegionOfInterest *roi; in dump_roi() 145 roi = (const AVRegionOfInterest *)sd->data; in dump_roi() 148 av_log(ctx, AV_LOG_ERROR, "Invalid AVRegionOfInterest.self_size.\n"); in dump_roi() 155 roi = (const AVRegionOfInterest *)(sd->data + roi_size * i); in dump_roi()
|
/third_party/ffmpeg/libavutil/ |
H A D | frame.h | 162 * Regions Of Interest, the data is an array of AVRegionOfInterest type, the number of 163 * array element is implied by AVFrameSideData.size / AVRegionOfInterest.self_size. 250 typedef struct AVRegionOfInterest { struct 253 * sizeof(AVRegionOfInterest)). 293 } AVRegionOfInterest; typedef
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 454 const AVRegionOfInterest *roi; in libx265_encode_set_roi() 458 roi = (const AVRegionOfInterest*)sd->data; in libx265_encode_set_roi() 461 av_log(ctx, AV_LOG_ERROR, "Invalid AVRegionOfInterest.self_size.\n"); in libx265_encode_set_roi() 476 roi = (const AVRegionOfInterest*)(sd->data + roi_size * i); in libx265_encode_set_roi() 485 av_log(ctx, AV_LOG_ERROR, "AVRegionOfInterest.qoffset.den must not be zero.\n"); in libx265_encode_set_roi()
|
H A D | libvpxenc.c | 1401 const AVRegionOfInterest *roi = NULL; in set_roi_map() 1416 /* segment id 0 in roi_map is reserved for the areas not covered by AVRegionOfInterest. in set_roi_map() 1417 * segment id 0 in roi_map is also for the areas with AVRegionOfInterest.qoffset near 0. in set_roi_map() 1423 roi = (const AVRegionOfInterest*)sd->data; in set_roi_map() 1426 av_log(avctx, AV_LOG_ERROR, "Invalid AVRegionOfInterest.self_size.\n"); in set_roi_map() 1439 roi = (const AVRegionOfInterest*)(sd->data + self_size * i); in set_roi_map() 1441 av_log(avctx, AV_LOG_ERROR, "AVRegionOfInterest.qoffset.den must not be zero.\n"); in set_roi_map() 1479 roi = (const AVRegionOfInterest*)(sd->data + self_size * i); in set_roi_map()
|
H A D | libx264.c | 410 const AVRegionOfInterest *roi; in X264_frame() 414 roi = (const AVRegionOfInterest*)sd->data; in X264_frame() 418 av_log(ctx, AV_LOG_ERROR, "Invalid AVRegionOfInterest.self_size.\n"); in X264_frame() 434 roi = (const AVRegionOfInterest*)(sd->data + roi_size * i); in X264_frame() 444 av_log(ctx, AV_LOG_ERROR, "AVRegionOfInterest.qoffset.den must not be zero.\n"); in X264_frame()
|
H A D | qsvenc.c | 1581 AVRegionOfInterest *roi; in set_roi_encode_ctrl() 1585 roi = (AVRegionOfInterest *)sd->data; in set_roi_encode_ctrl() 1607 roi = (AVRegionOfInterest *)(sd->data + roi_size * i); in set_roi_encode_ctrl()
|
H A D | vaapi_encode.c | 522 const AVRegionOfInterest *roi; in vaapi_encode_issue() 527 roi = (const AVRegionOfInterest*)sd->data; in vaapi_encode_issue() 548 roi = (const AVRegionOfInterest*)(sd->data + roi_size * i); in vaapi_encode_issue()
|
Completed in 15 milliseconds