Lines Matching refs:m_parent

51     : m_parent(cam_ctrl),  in QCameraPostProcessor()
170 if (m_parent->needReprocess()) { in start()
176 m_pReprocChannel = m_parent->addOnlineReprocChannel(pSrcChannel); in start()
192 m_parent->m_cbNotifier.startSnapshots(); in start()
212 m_parent->m_cbNotifier.stopSnapshots(); in stop()
245 m_parent->getThumbnailSize(thumbnailSize); in getJpegEncodingConfig()
258 encode_parm.quality = m_parent->getJpegQuality(); in getJpegEncodingConfig()
268 m_pJpegExifObj = m_parent->getExifData(); in getJpegEncodingConfig()
331 m_pJpegOutputMem = new QCameraStreamMemory(m_parent->mGetMemory, in getJpegEncodingConfig()
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
442 int rc = m_parent->m_cbNotifier.notifyCallback(cbArg); in sendDataNotify()
469 if (m_parent->needReprocess()) { in processData()
473 } else if (m_parent->mParameters.isNV16PictureFormat()) { in processData()
548 if (m_parent->mDataCb == NULL || in processJpegEvt()
549 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_COMPRESSED_IMAGE) == 0 ) { in processJpegEvt()
563 m_parent->dumpFrameToFile(evt->out_data.buf_vaddr, in processJpegEvt()
570 jpeg_mem = m_parent->mGetMemory(-1, evt->out_data.buf_filled_len, 1, m_parent->mCallbackCookie); in processJpegEvt()
637 if (m_parent->mParameters.isNV16PictureFormat()) { in processPPData()
802 pChannel = m_parent->getChannelByHandle(super_buf->ch_id); in releaseSuperBuf()
938 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData()
985 m_parent->dumpFrameToFile(main_frame->buffer, main_frame->frame_len, in encodeData()
990 if (NULL != m_parent->mDataCb && in encodeData()
991 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_RAW_IMAGE) > 0) { in encodeData()
998 m_parent->m_cbNotifier.notifyCallback(cbArg); in encodeData()
1000 if (NULL != m_parent->mNotifyCb && in encodeData()
1001 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_RAW_IMAGE_NOTIFY) > 0) { in encodeData()
1008 m_parent->m_cbNotifier.notifyCallback(cbArg); in encodeData()
1013 m_parent->dumpFrameToFile(thumb_frame->buffer, thumb_frame->frame_len, in encodeData()
1069 m_parent->getThumbnailSize(jpg_job.encode_job.thumb_dim.dst_dim); in encodeData()
1070 int rotation = m_parent->getJpegRotation(); in encodeData()
1083 if (!m_parent->needRotationReprocess()) { in encodeData()
1084 jpg_job.encode_job.rotation = m_parent->getJpegRotation(); in encodeData()
1160 m_parent->dumpFrameToFile(frame->buffer, frame->frame_len, in processRawImageImpl()
1164 if (NULL != m_parent->mDataCb && in processRawImageImpl()
1165 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_RAW_IMAGE) > 0) { in processRawImageImpl()
1172 m_parent->m_cbNotifier.notifyCallback(cbArg); in processRawImageImpl()
1174 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
1175 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_RAW_IMAGE_NOTIFY) > 0) { in processRawImageImpl()
1182 m_parent->m_cbNotifier.notifyCallback(cbArg); in processRawImageImpl()
1185 if ((m_parent->mDataCb != NULL) && in processRawImageImpl()
1186 m_parent->msgTypeEnabledWithLock(CAMERA_MSG_COMPRESSED_IMAGE) > 0) { in processRawImageImpl()
1314 pme->m_parent->playShutter(); in dataProcessRoutine()
1336 pme->m_parent->playShutter(); in dataProcessRoutine()