Home
last modified time | relevance | path

Searched refs:AV_PIX_FMT_P010 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavutil/
Dhwcontext_videotoolbox.c48 { kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange, false, AV_PIX_FMT_P010 },
49 { kCVPixelFormatType_420YpCbCr10BiPlanarFullRange, true, AV_PIX_FMT_P010 },
Dpixfmt.h448 #define AV_PIX_FMT_P010 AV_PIX_FMT_NE(P010BE, P010LE) macro
Dhwcontext_cuda.c43 AV_PIX_FMT_P010, enumerator
Dhwcontext_vdpau.c45 { VDP_YCBCR_FORMAT_P010, AV_PIX_FMT_P010 },
Dhwcontext_dxva2.c84 { MKTAG('P', '0', '1', '0'), AV_PIX_FMT_P010 },
Dhwcontext_qsv.c108 { AV_PIX_FMT_P010, MFX_FOURCC_P010 },
771 case AV_PIX_FMT_P010: in map_frame_to_surface()
Dhwcontext_d3d11va.c87 { DXGI_FORMAT_P010, AV_PIX_FMT_P010 },
/third_party/ffmpeg/libavcodec/
Dqsvenc_vp9.c106 AV_PIX_FMT_P010,
Dqsv.c200 case MFX_FOURCC_P010: return AV_PIX_FMT_P010; in ff_qsv_map_fourcc()
221 case AV_PIX_FMT_P010: in ff_qsv_map_pixfmt()
223 return AV_PIX_FMT_P010; in ff_qsv_map_pixfmt()
Dqsvenc_h264.c194 AV_PIX_FMT_P010,
Dcuviddec.c169 pix_fmts[1] = chroma_444 ? AV_PIX_FMT_YUV444P16 : AV_PIX_FMT_P010; in cuvid_handle_video_sequence()
287 case AV_PIX_FMT_P010: in cuvid_handle_video_sequence()
540 avctx->pix_fmt == AV_PIX_FMT_P010 || in cuvid_output_frame()
1156 AV_PIX_FMT_P010, \
Dmf_utils.c185 {&MFVideoFormat_P010, AV_PIX_FMT_P010},
186 {&MFVideoFormat_P016, AV_PIX_FMT_P010}, // not equal, but compatible
Dqsvenc_hevc.c287 AV_PIX_FMT_P010,
Dqsvdec.c114 case AV_PIX_FMT_P010: in qsv_get_continuous_buffer()
851 AV_PIX_FMT_P010, \
Ddxva2.c459 case AV_PIX_FMT_P010: return DXGI_FORMAT_P010; in d3d11va_map_sw_to_hw_format()
630 AV_PIX_FMT_P010 : AV_PIX_FMT_NV12; in ff_dxva2_common_frame_params()
Dnvdec.c735 frames_ctx->sw_format = chroma_444 ? AV_PIX_FMT_YUV444P16 : AV_PIX_FMT_P010; in ff_nvdec_frame_params()
Dnvenc.c49 AV_PIX_FMT_P010, enumerator
72 #define IS_10BIT(pix_fmt) (pix_fmt == AV_PIX_FMT_P010 || \
1410 case AV_PIX_FMT_P010: in nvenc_map_buffer_format()
/third_party/ffmpeg/libavfilter/
Dvf_tonemap_opencl.c290 if (s->format != AV_PIX_FMT_P010 && in tonemap_opencl_config_output()
398 if (input_frames_ctx->sw_format != AV_PIX_FMT_P010) { in tonemap_opencl_filter_frame()
410 case AV_PIX_FMT_P010: in tonemap_opencl_filter_frame()
Dvf_hwupload_cuda.c61 AV_PIX_FMT_P010, AV_PIX_FMT_P016, AV_PIX_FMT_YUV444P16, in cudaupload_query_formats() enumerator
Dvf_tonemap_vaapi.c330 case AV_PIX_FMT_P010: in tonemap_vaapi_init()
Dvf_thumbnail_cuda.c43 AV_PIX_FMT_P010, enumerator
Dvf_vpp_qsv.c502 AV_PIX_FMT_P010, in query_formats() enumerator
Dvf_scale_cuda.c48 AV_PIX_FMT_P010, enumerator
/third_party/ffmpeg/libavutil/tests/
Dpixfmt_best.c76 TEST(AV_PIX_FMT_P010, AV_PIX_FMT_YUV420P10); in main()
/third_party/ffmpeg/fftools/
Dffmpeg_videotoolbox.c59 …case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_P010; bre… in videotoolbox_retrieve_data()

12