Home | History | Annotate | Download | only in tests

Lines Matching refs:cMIMEType

765         pCompPrivateStruct->format.audio.cMIMEType             = NULL;
771 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
772 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
773 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
776 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
777 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
779 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
780 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
781 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
867 pCompPrivateStruct->format.audio.cMIMEType = NULL;
876 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
878 APP_DPRINT("\n%d :: App: pCompPrivateStruct->cMIMEType --> %s \n", __LINE__, argv[3]);
884 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
886 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
887 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
891 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
893 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
894 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
1241 APP_IPRINT("%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n", __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
1436 if (!(strcmp(pCompPrivateStruct->format.audio.cMIMEType, "MIME"))) {