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

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c375 unsigned int dst_frame_status; local
380 dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev)
387 mfc_debug(2, "Frame Status: %x\n", dst_frame_status);
404 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_EMPTY) {
426 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DISPLAY_ONLY ||
427 dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_DISPLAY) {
433 if (dst_frame_status != S5P_FIMV_DEC_STATUS_DISPLAY_ONLY

Completed in 117 milliseconds