Searched refs:STREAM_ID_JPEG (Results 1 – 2 of 2) sorted by relevance
104 #define STREAM_ID_JPEG (4) macro105 #define STREAM_MASK_JPEG (1<<STREAM_ID_JPEG)
1826 subParameters = &m_subStreams[STREAM_ID_JPEG]; in allocateStream()1830 AllocatedStream->detachSubStream(STREAM_ID_JPEG); in allocateStream()1875 AllocatedStream->attachSubStream(STREAM_ID_JPEG, 10); in allocateStream()1884 *stream_id = STREAM_ID_JPEG; in allocateStream()1915 res = parentStream->attachSubStream(STREAM_ID_JPEG, 10); in allocateStream()1994 …else if (stream_id == STREAM_ID_JPEG || stream_id == STREAM_ID_RECORD || stream_id == STREAM_ID_PR… in registerStreamBuffers()2184 } else if (stream_id == STREAM_ID_JPEG) { in releaseStream()3712 case STREAM_ID_JPEG: in m_runSubStreamFunc()4122 substream_parameters_t *subParms = &m_subStreams[STREAM_ID_JPEG]; in m_jpegCreator()