Home
last modified time | relevance | path

Searched refs:avcodec_enum_to_chroma_pos (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dutils.c365 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos) in avcodec_enum_to_chroma_pos() function
382 if (avcodec_enum_to_chroma_pos(&xout, &yout, pos) == 0 && xout == xpos && yout == ypos) in avcodec_chroma_pos_to_enum()
H A Davcodec.h2505 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos);
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c1325 avcodec_enum_to_chroma_pos(&xpos, &ypos, par->chroma_location); in mkv_write_video_color()

Completed in 11 milliseconds