![Texas Instruments DM365 User Manual Download Page 42](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517042.webp)
Sample Usage
3-8
This function of FC implements a semaphore which goes into pend
state and then the OS switches the task to another non-codec task.
Interrupts from HDVICP to Host ARM926 is used to inform when the
frame processing is done. HDVICP sends interrupt which maps to
INT
No 10 (KALINT9 Video MJCP)
of ARM926 INTC. After receiving this
interrupt, the semaphore on which the codec task was waiting gets
released and the execution resumes after the
HDVICPSYNC_wait()
function.
The following figure explains the interrupt interaction between
application and codec.
Figure 3-5. Interrupt Between Codec and Application.
Framework calls Encoder Init
HOST ARM926
HDVICP
Start frame processing
At the end send interrupt to Host
that it has finished
Inform Host through interrupt
Codec task wakes up to finish end
of frame processing and returns
back to framework
Framework Calls Encode frame
process
HDVICPSYNC_wait() uses to make
the codec task sleep
Pending over
Exit HDVICPSYNC_wait()
Different task running
This interrupt is not
visible to
framework. It
happens inside
codec library
This interrupt
should be serviced
by framework
Codec lib calls HDVICPSYNC_start
to register the ISR with framework
Codec library internally sends
interrupt to HDVICP to start
processing
Codec calls framework
HDVICP_wait()
Summary of Contents for DM365
Page 10: ...x This page is intentionally left blank ...
Page 12: ...xii This page is intentionally left blank ...
Page 24: ...Introduction 1 12 This page is intentionally left blank ...
Page 34: ...Installation Overview 2 10 This page is intentionally left blank ...
Page 116: ...API Reference 4 70 This page is intentionally left blank ...
Page 120: ...Error Description B 2 This page is intentionally left blank ...
Page 124: ...ARM926 TCM Buffer Usage By Codec D 2 This page is intentionally left blank ...
Page 126: ...Simple Two pass Encoding Sample Usage E 2 Case 1 Case 2 Case 3 Case 4 Frame Skip ...
Page 130: ...Simple Two pass Encoding Sample Usage E 6 This page is intentionally left blank ...