Searched refs:imageAndVideoCountQuerySql (Results 1 – 1 of 1) sorted by relevance
168 …const string imageAndVideoCountQuerySql = "SELECT " + MediaColumn::MEDIA_TYPE + ", COUNT(*) AS " +… in QueryPhotoRecordInfo() local195 …bool ret = ParseResultSet(imageAndVideoCountQuerySql, MEDIA_TYPE_VIDEO, photoRecordInfo.videoCount… in QueryPhotoRecordInfo()196 …ret = ParseResultSet(imageAndVideoCountQuerySql, MEDIA_TYPE_IMAGE, photoRecordInfo.imageCount) && … in QueryPhotoRecordInfo()