Home
last modified time | relevance | path

Searched refs:OutputChromaLocation (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/ffms2/ffms2-2.40/src/core/
H A Dvideosource.cpp89 …LocalFrame.ChromaLocation = (OutputChromaLocation >= 0) ? OutputChromaLocation : Frame->chroma_loc… in OutputFrame()
462 OutputChromaLocation = AVCHROMA_LOC_UNSPECIFIED; in ReAdjustOutputFormat()
468 OutputChromaLocation = AVCHROMA_LOC_LEFT; in ReAdjustOutputFormat()
474 OutputChromaLocation = AVCHROMA_LOC_UNSPECIFIED; in ReAdjustOutputFormat()
479 OutputChromaLocation = -1; in ReAdjustOutputFormat()
H A Dvideosource.h65 int OutputChromaLocation = -1; member