Home | History | Annotate | Download | only in include

Lines Matching refs:AVCFrameStore

211 \param "fs" "Pointer to AVCFrameStore to be unmarked."
512 This function sorts array of pointers to AVCFrameStore in descending order of
514 \param "data" "Array of pointers to AVCFrameStore."
518 void SortFrameByFrameNumWrap(AVCFrameStore *data[], int num);
521 This function sorts array of pointers to AVCFrameStore in ascending order of
523 \param "data" "Array of pointers to AVCFrameStore."
527 void SortFrameByLTFrameIdx(AVCFrameStore *data[], int num);
548 This function sorts array of pointers to AVCFrameStore in descending order of
550 \param "data" "Array of pointers to AVCFrameStore."
554 void SortFrameByPOC(AVCFrameStore *data[], int num, int descending);